I have an error in section
Bbox only
in line
x,y=next(iter(md.val_dl))
The error is
IndexError: index 383 is out of bounds for axis 0 with size 298
I think the reason is tfm_y=TfmType.COORD
argument that is passed in tfms_from_model()
function, becasue when I comment it, the error gone away.
I did not look at the source code yet, just want to report about a possible bug in the raw notebook.
I will report about solving that problem here if I will succeed.
Here is a link to the full error traceback if somebody interested - https://gist.github.com/anonymous/9140946b47097b0a8ca8bdd65ec09eaa
P. S. Does anybody have this error too?