Description & Motivation I'm always frustrated whenscale_batch_sizeruns on a CPU machine, and ends up testing horribly large batch sizes like 2^25. Pitch I'd like to be able to pass an upper bound batch size as an argument. Batch sizes larger than the argument will never be tested. Al...
Closed opened this issueAug 19, 2020· 34 comments Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development ...
I'm stuck at this point where I am unable to calculate cross_val_score() and further unable to fit the model as I keep getting the error 'TypeError: cross_val_score() got an unexpected keyword argument 'validation_batch_size' ' even though I am not passing that argument...