JossCamp
JossCamp
you need to install a specific version of pytorch > python -m pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118 After that, it should work correctly.
Yes, it's possible. There shouldn't be any problems.
I don't know why in Colab, whenever something gets updated, it always has to mess up everything else. To solve this problem, you need to execute this command. > !python...
Google always ends up ruining something in each update, you need to use a specific version: `!pip install jax==0.4.19 jaxlib==0.4.19 -f https://storage.googleapis.com/jax-releases/jax_releases.html` This solves the problem for now.
Since version 1.0.0 it has been very buggy, the same thing has happened to me, I recommend you install version 0.0.9 which is much more stable and does not have...
Yes, you can train a x40 model without problems, really the only limit is your computing power.
VideoJaNai uses vapoursynth to process videos, I imagine it must be a problem in the processing pipeline between the model and the frame processing, I thought I was the only...