devilismyfriend / ozen-toolkit

Audio datasets, easier.
83 stars 24 forks source link

Torch not compiled with cuda #3

Closed demonauthor closed 1 year ago

demonauthor commented 1 year ago

I'm using Windows 11, and a fresh install of Miniconda 3. I cloned the repository for Ozen-toolkit and then ran the setup bat. It said everything was good to go, but when I drag my wav file onto the Drag_Here.cmd file, I get the following output.

I also noted that running conda list -f pytorch in the Ozen environment shows no install of pytorch. What am I doing wrong here?

Screen1 Screen2

demonauthor commented 1 year ago

I think I fixed this by uninstalling the following that were installed with batch: torch, torchaudio, torchvision... and then reinstalling them using this command within the ozen environment (it doesn't like the conda install for some reason:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117

AndrewBeniston commented 1 year ago

Annoying, I'm having the exact same problem you've had, followed you back from DL-Art-School - but this doesn't fix my problem :(

synkkedd commented 1 year ago

Running this issue alongside, would love some help in-regards to this. I've tried literally everything at this point.