Plads
Plads
In `requirements.txt`: > torch==2.0.1 You should just have to run `pip install -r requirements.txt`. I also had to install cudnn on my wsl setup.
If you have enough RAM, it will still work with your 12 Gb card. I have 10 Gb of VRAM and the rest is offloaded to my RAM, works fine.
@gunjahman https://pytorch.org/ Reinstall torch 2.0.1 using the instructions. Make sure to uninstall torch first by running `pip uninstall torch torchaudio torchvision`
I agree with this. I think this extension has a lot of potential, and I would love to use it. Because it's implemented as its own pipeline, I don't see...
This was solved for me by creating a new venv, then installing only pytlsd with `pip install -e git+https://github.com/iago-suarez/pytlsd.git#egg=pytlsd` first, and then installing the rest.