Replies: 1 comment
-
Actually, implementing TensorBoard would be a better endeavor: https://pytorch.org/tutorials/recipes/recipes/tensorboard_with_pytorch.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If anyone wants to implement this or do it better and create a pull request, this is just a quick and dirty linear slope display for training. If anyone wants to really tackle this, could use gradients or curve fitting.
Change
stable-diffusion-webui/modules/hypernetworks/hypernetwork.py
Lines 437 to 442 in e725474
To
And change
stable-diffusion-webui/modules/hypernetworks/hypernetwork.py
Lines 499 to 505 in e725474
To
Beta Was this translation helpful? Give feedback.
All reactions