danielbellsa

Results 4 comments of danielbellsa

Where is the **imports folder** to delete in **Miniconda3** on **Ubunutu**? ``` (base) daniel@ubuntu-pcs:~/miniconda3$ find . -type d -name "imports" ./envs/pdl1lung/lib/python3.9/site-packages/fastai/imports ``` ``` (base) daniel@ubuntu-pcs:~/miniconda3/lib/python3.9/site-packages$ grep -rl "fastai" dvclive-0.8.0.dist-info/RECORD dvclive-0.8.0.dist-info/METADATA...

The problem I have with this guide is it's seemingly permanent. Ideally, you install and enter `ON` and `OFF`.

So strange that only I seem to be getting this error. Whenever I pass a string literal directly: `model.load('data/models/my_weights.pth')` FastAI still throws: `FileNotFoundError: [Errno 2] No such file or directory:...

What version of FastAI are you using? I'm using `fastai==2.7.7`