mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-12 18:53:44 +00:00
docs(*): Update tensorboard docs
This commit is contained in:
@@ -17,7 +17,7 @@ You will likely see errors during installations here. Largely these should be ig
|
|||||||
|
|
||||||
## Other useful commands
|
## Other useful commands
|
||||||
|
|
||||||
`tensorboard --logdir=logs` in a new terminal to load the web UI to track agent training.
|
`tensorboard --logdir=out/logs --bind_all` in a new terminal to load the web UI to track agent training. `--bind_all` is optional and exposes it on the network so you can monitor it from another device.
|
||||||
|
|
||||||
`pip3 freeze > requirements.txt` to save current packages installed into an updated requirements.txt file.
|
`pip3 freeze > requirements.txt` to save current packages installed into an updated requirements.txt file.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user