mikeizbicki / cmc-csci181-deeplearning

deep learning course materials
15 stars 6 forks source link

Using tensorboard.dev #20

Open sarahbashir opened 4 years ago

sarahbashir commented 4 years ago

Confused on how to use tensorboard.dev. Do we past the link in to the local host somewhere?

# Upload an experiment:
$ tensorboard dev upload --logdir logs \
    --name "My latest experiment" \                               # optional
    --description "Simple comparison of several hyperparameters"  # optional

Once we type in this line where do we go from here? Are we able to run the tensorboard the same way as with the local host?

mikeizbicki commented 4 years ago

After running this command, tensorboard will output a url just like it used to. But now the url will be hosted on the tensorboard.dev server instead of your local machine, so anyone can view it.