Dumping ground for tensorflow test scripts
make startCreates and starts a docker instance called tensorflow-playground.make run file=hello_worldRuns hello_world.py in the docker instance.make tensorboardStarts tensorboard on localhost:6006.make tfjs file=model.h5Converts model.h5 to model/model.json.make serverStarts HTTP server on localhost:6006.make bashOpens a bash terminal in the docker instance.make stopStops and removes the docker instance.