相关文章推荐
fast ai 999×276 55.3 KB

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.

Classifying Cats vs Dogs. A Beginner’s guide to Deep Learning

Leveraging fast.ai’s vision library and Gradient Community Notebooks

Reading time: 7 min read
 
推荐文章