This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
In case of really small dataset. MAX_STEPS can be less than 1 and lead to error. #1194
Labels
bug
Something isn't working
From this line of code
blueoil/blueoil/cmd/train.py
Line 194 in ad162bd
When the dataset is really small, precisely,
no. of train dataset*max_epochs < batch_size
, it can cause max_steps = 0 which leads toOverflowError
.The text was updated successfully, but these errors were encountered: