TensorBoard Example Web App
This example demonstrates how to run TensorBoard inside a DNAnexus applet.
Creating the web application
# Start the training script and put it into the background,
# so the next line of code will run immediately
python3 mnist_tensorboard_example.py --log_dir LOGS_FOR_TENSORBOARD &
# Run TensorBoard
tensorboard --logdir LOGS_FOR_TENSORBOARD --host 0.0.0.0 --port 443Creating an applet on DNAnexus
Last updated
Was this helpful?