Hello,
When executing the chapter 15 of the fastai book, I get an error I can’t quite figure out.
With no change whatsoever to the code of the colab workbout I get the following error:
RuntimeError: running_mean should contain 2048 elements not 4096
After executing the cell ====> learn.fit_one_cycle(4, 3e-3)
In case you need the link to the colab notebook for chapter 15.
Chapter 15, Arch Details