Skip to content
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

3-logreg-nb-imdb #48

Open
mkovalova opened this issue Nov 13, 2020 · 3 comments
Open

3-logreg-nb-imdb #48

mkovalova opened this issue Nov 13, 2020 · 3 comments

Comments

@mkovalova
Copy link

In notebook 3 I got an error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-4-e25b28312e1c> in <module>
      1 from fastai import *
      2 from fastai.text import *
----> 3 from fastai.utils.mem import GPUMemTrace #call with mtrace

ModuleNotFoundError: No module named 'fastai.utils'
@andrewmed
Copy link

Same for me here.
Tried to install the new version of fastai, reinstall - nothing helps.

The same thing in further sections, alas

@mkovalova
Copy link
Author

@andrewmed thank you!
pip install fastai==1.0.61 helped

@plpxsk
Copy link

plpxsk commented Oct 21, 2021

I don't think this function is used, so you can just comment out the import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants