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
Thanks for your interest in trying our work. The exception is now handled. For your information, if no validation set is provided during the training phase, we will store the model in the last iteration for future prediction.
simpleNN/Python/train.py
Lines 305 to 308 in ad58af4
If
--val_set
is not provided,val_data
will be set toNone
, which will cause an exception like:This case is handled in the
gradient_trainer
function.The text was updated successfully, but these errors were encountered: