Complete all of the setup as mentioned in the setup doc.
opt-baselines \
-n 2 -g 8 \
-p test_v0 \
--model-size 125m \
--azure \
--checkpoints-dir "INSERT_YOUR_CHECKPOINT_DIR" \
--no-save-dir # Remove this if you want to print out full save-dir path
tensorboard serve --logdir="INSERT_TENSORBOARD_LOGDIR" --bind_all --port=6018