Yes but you need to re-run this cell block np.random.seed(2)
before you re-create the ImageDataBunch otherwise it doesn’t retain the seed on the next iteration.
Thank you to @sgugger for pointing this out in the dev channel!
Yes but you need to re-run this cell block np.random.seed(2)
before you re-create the ImageDataBunch otherwise it doesn’t retain the seed on the next iteration.
Thank you to @sgugger for pointing this out in the dev channel!