
Using Pytorch in the fastai framework - A Guide
Feb 14, 2021 · In the spirit of this blog, I’ve released a smaller sublibrary of fastai called fastai_minima which contains only what’s needed to get Learner, the (absolute) basic Callbacks, and …
fast.ai Course Forums
Forums for fast.ai Courses, software, and research
Fastai import best practice - fast.ai Course Forums
Oct 19, 2023 · I’d like to ask the community on what the best practice is for importing various fastai libraries? In most of the courses, I see that we import everything with a wildcard without aliases (ie …
New LR Finder Output?! - fastai - fast.ai Course Forums
Jun 17, 2021 · I ran lr_find today, and the output looks different. Fancy! What’s the deal with this new functionality? I’m a bit out of the loop.
NameError: name 'timm' is not defined - fastai - fast.ai Course Forums
Apr 30, 2022 · For me the problem was that the train.ipynb notebook downloaded from the HuggingFace repository for lesson 3 has the order of imports for timm and fastai.vision.all inverted.
Installation of fastai v2 on Windows - fast.ai Course Forums
Jan 3, 2021 · I have been working hard to sift through all of the documentation on the installation of fastai v2 on my Windows box but I have only been successful in getting fastai v1 (version 1.0.34) to …
Getting load_learner not defined - fastai - fast.ai Course Forums
Aug 26, 2020 · Alternatively, does fastai v2 have a similiar function to directly load a model from a path and predict with or do I need to retrain my existing model with the new syntax?
Unable to execute untar_data - fastai - fast.ai Course Forums
Jan 16, 2023 · Hey @kalrapawan, You’ll want to make sure you’ve imported the untar_data method from the fastai library, here are the docs in the library showing the module you can import it from. However …
Save and load model - fastai - fast.ai Course Forums
Oct 7, 2020 · Hello, I want to load a model that I trained using FastAI but I am not able to. This is how I saved the model: learn.save('model') It saved a model called model.pth. Now, I am trying to load the …
Fastai2 and new course now released - fastai - fast.ai Course Forums
Jul 29, 2020 · fastai v2 and the new course were released on August 21st. fastai v2 is not API-compatible with fastai v1 (it’s a from-scratch rewrite). It’s much easier to use, more powerful, and …