Noting a problem I encountered ~Oct 3 and was able to resolve.
I was seeing the “truncated notebooks” problem (Truncated Notebooks) as Paperspace user using the fast.ai template Ubuntu machine with GPU+. I setup this machine following the setup guide for DL1.
The problem is that the version of conda and pip in the fastai template for Paperspace is too old. conda activate
doesn’t work, for instance. Also, the “truncated notebooks” thing is likely a dependency version issue, since it got resolved once I setup the fastai environment with conda from scratch, according to this guide.
Also, there’s general edits needed for the lines added to ~/.bashrc too, because of conda’s version differences.
A final issue was that I encountered Jupyter notebook KeyError: ‘allow_remote_access’ – another small tweak, I’m guessing.
Hope that helps!