CalculatedContent / WeightWatcher

The WeightWatcher tool for predicting the accuracy of Deep Neural Networks
Apache License 2.0
1.47k stars 124 forks source link

Warnings mixed up #248

Open charlesmartin14 opened 1 year ago

charlesmartin14 commented 1 year ago

The warnings for being over and under trained in the constants were flipped

They should read

OVER_TRAINED_THRESH = 2.0
UNDER_TRAINED_THRESH = 6.0

and there should be a or default blank warning for no issue

charlesmartin14 commented 1 year ago

This will be fixed in the next minor release; unit test pending