a graph that shows the training loss #5492
Replies: 3 comments
-
I think graphical updates can cause significant performance loss, so it's kinda better not. You can't really tell if the loss is going up or down on big datasets initially anyway, so you don't need to see it often, so might as well use convenient https://chart-studio.plotly.com/create/#/ Also from personal experience... Sometimes loss going up is not reeeeeally a bad thing, and you can continue training like that, but that's rare of course. |
Beta Was this translation helpful? Give feedback.
-
Loss going up at times is not an big issue, as long as the long term trend goes downwards. You don't see this when taking 10-100 samples. You need 1000s of points to see the trend for real. The slope is always really shallow all things considered. But the training tends to always go towards lower noise, whether that low noise actually represents the correct results is totally another thing. From the AI's perspective it is going towards the right direction, it is up to you as a human to confirm whether it is. |
Beta Was this translation helpful? Give feedback.
-
ah, thanks for the info |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i know it makes a csv file, but still it would be nice if the webui could show a loss graph that gets updated every second or so
Beta Was this translation helpful? Give feedback.
All reactions