Last active
February 11, 2025 09:45
-
-
Save chychen/d19652961f3ba2977b0e28fbbe815aa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setup bootcamp dev env, see https://gist.github.com/chychen/d19652961f3ba2977b0e28fbbe815aa4?permalink_comment_id=5433786#gistcomment-5433786 | |
| launch tensorboard on twcc, see https://gist.github.com/chychen/d19652961f3ba2977b0e28fbbe815aa4?permalink_comment_id=5433797#gistcomment-5433797 |
Author
Author
Launch a Tensorboard
run tensorboard in a terminal
tensorboard --logdir=. --port 5000setup TWCC port forwarding, click "Associate" button and check "5000" port
you will see a new associated port from target port 5000 to a new public port.
open up a new browser with public ip + public port (every user is different)
in above example, it is http://203.145.216.207:52482, then you should see the tensorboard is live.

check "Reload Data" to auto load logs after clicking on top-right "setting" button.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment









Setup Bootcamp Env
Open up a terminal
Copy Paste following commands
install relatives libs if missing
# Install libs pip3 install gdowngo "End-to-End-AI-for-Science/workspace/python/Start_Here.ipynb to start