How do I run TensorBoard after training is complete and restart of OneTrainer? #281
-
I'm new to OneTrainer but not new to training. With Kohya, I'm able to run TensorBoard by merely setting the log folder to the proper directory and running TensorBoard from that webui. With OneTrainer, I dont't see a way to run TensorBoard when I'm not currently training. My work-around is to run TensorBoard through Kohya and set the log folder to the one generated by OneTrainer. Is there a way to view TensorBoard data through OneTrainer when I'm not currently training? I searched for a solution here, on Reddit, and Google. I didn't find a anything but it's possible I missed something. Is there an alternate way of running TensorBoard? Perhaps from command line? I don't have experience with TensorBoard outside of SD trainer apps. Any useful tips would be helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can run it from the command line. Assuming Windows:
The log directory is under the workspace directory you put in the onetrainer gui. |
Beta Was this translation helpful? Give feedback.
You can run it from the command line. Assuming Windows:
venv\scripts\tensorboard.exe --logdir C:\path\to\log\directory
The log directory is under the workspace directory you put in the onetrainer gui.