Can someone help me why i am getting this error. I am calling this via
import fastbook
fastbook.setup_book()
from fastbook import *
from fastai.vision.widgets import *
Yes it worked after that but i now got stuck in some other issue check these images.
A
951×328 45.9 KB
B
982×825 187 KB
How can it go more than 100 % and why i am getting none type not iterable here as we are inserting images, so it should iterate
Not exactly sure what’s going on here, i do see that you used the image path instead of a directory for download though. Have you checked your downloaded images (manually?).
Alternatively, you can use the download script I made for the 02_production notebook (bear classification), which you run in a terminal.