First, import the utils library from fastai:
from fastai.utils import *
Then the command to see the versions is:
show_install()
This also has an optional show_nvidia_smi
parameter that will show your nvidia-smi output as well.
I haven’t found an issue to this yet. Are you running your own dataset or the imdb one?