libreai / neural-painters-x

Neural Paiters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with fastai imports

htoyryla opened this issue · comments

Can you specify which fastai version is used.

I am having problems with several fastai imports like fastai.torch.core.children and fastai.callbacks.

PS. Looks like I found out already. Tried again with

conda install "fastai<2" -c fastai -c pytorch

and now the imports work.

Hi Hannu @htoyryla the version we used was:

fastai.__version__ = '1.0.53'

We are planning to upgrade to the latest version of fastai when we find some time, hopefully soon :)