Week 15 Discussion Thread

Thank you so much @amanarora for all the time and energy you’ve been putting into these fastbook reading group sessions!

I look forward to continuing my deep learning journey in the PyTorch book reading group and Bi-weekly paper reading group. :slight_smile:

3 Likes

Twitter: https://twitter.com/amaarora
LinkedIn: https://www.linkedin.com/in/aroraaman/

2 Likes

Is it the last study group session?

1 Like

Hey Aman,
Thanks for dedicating some of your time over these 15 weeks to us.
It has been a beautiful journey where I learnt a lot and I also had the opportunity to meet awesome people.
Thanks!

3 Likes

Not for only lessons, I just want to be part of this group for a long time. just for joy of learning.

2 Likes

What is wrong with the dataloader.
I am using the Kaggle kernel and It was working fine on the CPU.

Thanks Aman, for the wonderful sessions for the last 16 weeks.

3 Likes

Would it be possible to share a link to the kernel here so that we can see all the code?

That may make it easier for someone to debug the problem. :slight_smile:

1 Like

Here is the link fastai-dataloader-testing | Kaggle

2 Likes

So it looks like this was a bug (fastai/fastai #3416) that was squashed in v2.4.1 of fastai.

The kernel you shared shows v2.2.7 installed. You can run this in the first cell to upgrade fastai to the latest version: !pip install --upgrade fastai and then it should work fine.

2 Likes