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
I appreciate this library but the documentation for models is quite lackluster and the jupyter notebook is not enough to re-use this for other, more complex, use cases.
Pretty frustrating that this error is very unclear and no documentation on how exactly inputs should be formatted or how to fix/what is going on... my input data is shaped as follows:
I appreciate this library but the documentation for models is quite lackluster and the jupyter notebook is not enough to re-use this for other, more complex, use cases.
Pretty frustrating that this error is very unclear and no documentation on how exactly inputs should be formatted or how to fix/what is going on... my input data is shaped as follows:
Getting this error when running the
lr_finder
method:lrfinder = model.lr_finder(x_train, y_train, batch_size, tolerance=10)
Full Error:
The text was updated successfully, but these errors were encountered: