-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第三节 Fast.ai中使用from fastai.vision import *报错,改成from fastai.vision.all import *可以 #131
Comments
修改之后,ImageDataBunch也是报错呢,楼主有解决方案吗 |
好像得是python3.7才行 建议检查下自己的python版本 |
好的,谢谢呀,我用的3.8,改成了ImageDataLoaders可以了,但是后面是层出不穷的错[捂脸] |
我的建议是想学这个fastai 还是找个专门的教程,确定自己的版本 |
嗯嗯,确实 |
我查到的是需要把fastai版本降到1 |
757575
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: