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
2015-05-21 14:13:15 [INFO ] Training (epoch 0): loss = nan, lr = 0.01
2015-05-21 14:15:55 [INFO ] Training (epoch 0.01): loss = 0.99398752933095, lr = 0.01
2015-05-21 14:18:31 [INFO ] Training (epoch 0.01): loss = 1.0189151917673, lr = 0.01
2015-05-21 14:21:05 [INFO ] Training (epoch 0.02): loss = 0.9794481931978, lr = 0.01
2015-05-21 14:23:39 [INFO ] Training (epoch 0.02): loss = 1.0302608635775, lr = 0.01
2015-05-21 14:26:11 [INFO ] Training (epoch 0.02): loss = 0.98033467011087, lr = 0.01
DIGITS doesn't know what to do with two training loss values for epoch=0.01, so nothing gets displayed in the graph. We need to add more significant digits to the epoch so each update has a unique value.
Here is the output from torch training AlexNet:
DIGITS doesn't know what to do with two training loss values for epoch=0.01, so nothing gets displayed in the graph. We need to add more significant digits to the epoch so each update has a unique value.