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
Actual Result:
[2020-07-20 16:03:23] [ ERROR] ---
Meter 'classification_results' not existing. Current postfix=. (metric_logger.py:61)
[2020-07-20 16:03:23] [ WARNING] --- Create a meter before using it with add_meter(). (metric_logger.py:62)
NoneType: None
The text was updated successfully, but these errors were encountered:
After the testing epoch when calling
end_of_epoch
the program crashes (Error).Step to reproduce:
python template/RunMe.py --runner-class ImageClassification --model CNN_basic --input-folder this/MNIST/ --epochs 1 --ignoregit
Actual Result:
[2020-07-20 16:03:23] [ ERROR] ---
Meter 'classification_results' not existing. Current postfix=. (metric_logger.py:61)
[2020-07-20 16:03:23] [ WARNING] --- Create a meter before using it with add_meter(). (metric_logger.py:62)
NoneType: None
The text was updated successfully, but these errors were encountered: