You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Hi guys ! First of all, amazing work !!!
I know this is not a bug but I just want to say that it is very difficult for me to observe how the loss value changes during training. I think representing the loss values in json format is pretty bad idea. I would like to alter this for better visualization (like Keras). I will update my progress in here.
The text was updated successfully, but these errors were encountered:
On Keras you can easily get the JSON version of the history. It will be stored in a variable for later usage as a dict, which can be easily transformed into a JSON ("to plot the metrics of interest"). However during the training the printing does not need to be pure JSON, it could be in a more readable form.
Hi guys ! First of all, amazing work !!!

I know this is not a bug but I just want to say that it is very difficult for me to observe how the loss value changes during training. I think representing the loss values in json format is pretty bad idea. I would like to alter this for better visualization (like Keras). I will update my progress in here.
The text was updated successfully, but these errors were encountered: