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
shuttle1987
changed the title
Bail out early if no data is provided for training
Bail out of training immediately if no training data batches are provided
Aug 19, 2018
Shush! The world is watching. Instead of just 'regression', could you kindly refer to this as, let's say, deep regression, or (maybe even better) vanilla deep regression? In the profuse terminology of deep learning, there are plenty of terms that could come in handy as euphemisms 🙊
I propose we bail out immediately if no training data is found, currently we have this:
But if
batch_gen
provides nothing we have an error state where the code will break at some future unspecified point.Instead I'm thinking we can do something like this:
This would make it really clear that something has gone wrong and would immediately report the failure.
The text was updated successfully, but these errors were encountered: