Hi everyone,
I’m trying to use fastai in https://www.kaggle.com/c/competitive-data-science-final-project (it’s the final project a Coursera course) and when I try execute the code m.lr_find()
(full code at: https://github.com/itsbarreto/hwkc/blob/master/EDA_Model.ipynb) I found the error: RuntimeError: index out of range at /opt/conda/conda-bld/pytorch_1524584710464/work/aten/src/TH/generic/THTensorMath.c:343
Pls, can someone help me?