Alican1
(Mehmet Alican Noyan)
January 26, 2019, 6:41pm
1
Hello,
Just started the course today and encountered two errors:
FileDeleter
It turns out that it is removed: Lesson 2: further discussion ✅
Module ‘fastai’ has no attribute ‘defaults’
I am following the course using paperspace.
Cheers,
Alican
Hey All
I’m getting the second error as well while following the course on Kaggle.
Hi I am getting below error while working on lesson -2
Any idea?
Konfuzian
(Sebastian Hofer)
February 18, 2019, 5:39pm
4
Regarding the second issue:
I just started this course and I’m not sure if this is correct, but I did some digging and found that there is a default package with a device attribute in fastai.basics, so maybe you just have to change the line to:
fastai.basics.defaults.device = torch.device('cpu')
4 Likes
avenio
(Arunesh Sarker)
April 14, 2020, 1:55pm
6
Thanks for the help. The changes worked for me on Kaggle.
XXOO9
(Dark)
July 3, 2024, 9:08am
7
it really works! thank you mate!!!