fastai / fastai2

Temporary home for fastai v2 while it's being developed
https://dev.fast.ai
Apache License 2.0
645 stars 235 forks source link

NameError: name 'gpu_mem_get_free_no_cache' is not defined #230

Closed rraminen closed 4 years ago

rraminen commented 4 years ago

The below error is from lesson3-camvid.ipynb notebook: image

I could see that the definition of gpu_mem_get_free_no_cache() in fastai ( https://github.com/fastai/fastai/blob/master/fastai/utils/mem.py )

Is this module currently under development for fastai 2 or can I use it from fastai/utils/mem.py ?

sgugger commented 4 years ago

You should use it from fastai utils for now.