Azure FastAI Kernel not using GPU

Actually looks like the latest version of Pytorch now also expects and installs a local cudatoolkit package. By default it is CUDA 10. On the DSVM (K80) looks like CUDA 9 only works. You can downgrade to the cudatoolkit 9.0 by running the command:

conda install pytorch torchvision cudatoolkit=9.0 -c pytorch