@jeremy @miguel_perez For some reason I cannot repro on a new fast.ai instance. What I did:
- git pull
conda env update
source activate fastai
- add
import torch
above all other lines
- Manually created a
/cache/tmp
directory and changed
os.makedirs('/cache/tmp', exist_ok=True)
!ln -fs /cache/tmp {PATH}
to
os.makedirs('./cache/tmp', exist_ok=True)
!ln -fs /cache/tmp {PATH}
(missing period on my system but maybe not relevant)
- run through cells.