May 2020
Beginner to intermediate
430 pages
10h 39m
English
This section describes how to run TensorBoard on Google Colab. This involves the following steps:
!wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip!unzip ngrok-stable-linux-amd64.zip
LOG_DIR = model_dirget_ipython().system_raw( 'tensorboard --logdir {} --host 0.0.0.0 --port 6006 & .format(LOG_DIR))