You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried for a couple of days to get this working on my Windows 11 PC to no avail. It seems to always run into issues with conflicting requirements versions. I tried the windows 10 installer script and while it was able to get further in the installation than I was, it still wasn't able to get everything correct to run the inference function.
The issue seems to be the mxnet only has newer versions for Linux and not for windows but I am not nearly adept enough to figure out why. This then conflicts with NumPy which it tries to downgrade causing a cascade of requirements to be incompatible. I tried to do the whole thing in Linux but I couldn't even get CUDA installed right on WSL. I have CUDA and cuDNN on my computer and it works.
I am probably just going to give up and keep using the colab. I made a batch script and a few ways of testing the output and I wanted to try it on my local system so I wasn't getting timed out on colab all the time since these things run for a long time.
If anyone has gotten this to work locally on Windows 11, can you let me know how.
The text was updated successfully, but these errors were encountered:
I tried for a couple of days to get this working on my Windows 11 PC to no avail. It seems to always run into issues with conflicting requirements versions. I tried the windows 10 installer script and while it was able to get further in the installation than I was, it still wasn't able to get everything correct to run the inference function.
The issue seems to be the mxnet only has newer versions for Linux and not for windows but I am not nearly adept enough to figure out why. This then conflicts with NumPy which it tries to downgrade causing a cascade of requirements to be incompatible. I tried to do the whole thing in Linux but I couldn't even get CUDA installed right on WSL. I have CUDA and cuDNN on my computer and it works.
I am probably just going to give up and keep using the colab. I made a batch script and a few ways of testing the output and I wanted to try it on my local system so I wasn't getting timed out on colab all the time since these things run for a long time.
If anyone has gotten this to work locally on Windows 11, can you let me know how.
The text was updated successfully, but these errors were encountered: