Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Difficult to observe the loss value during training in the Terminal #17

Closed
phongnhhn92 opened this issue Jan 24, 2018 · 2 comments
Closed

Comments

@phongnhhn92
Copy link

phongnhhn92 commented Jan 24, 2018

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.
screenshot from 2018-01-24 13-14-01

@rbgirshick
Copy link
Contributor

The idea is that you can easily parse the training output as json and then plot the metrics of interest. We are unlikely to change this.

@edumucelli
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants