Closed lucasgabrielce closed 4 years ago
For now, I would recommend installing CUDA 10 if possible, otherwise I'll be looking into it in the meantime
Hi, Zach. Thanks for the repply.
I discovered some issues with my Anaconda as a whole. I decided to delete it this morning and downloaded/installed Miniconda. I created a new environment from scratch with it and cloned your the classes repository (Pratical Deep Learning).
Tried to run again installing the newest version of fastai.
$ pip install fastai - U
From pip show fastai
I got:
Name: fastai
Version: 2.0.13
I installed fastainference again. Checked GPU name with a torch command, and everything was ok. I could import fastinference normally. However, I tried to get a predict from a learner that I loaded before the import (I'm coding with Jupyter) and got a new error and creating a new issue to not confuse. Thanks.
When running
from fastinference.inference import *
a error is thrown:The package was installed with
$ pip install fastinference
.When running
$ pip show fastinference
this is the output:Running
nvidia-smi
returns: