I've updated to latest SimSwap version and also pip install the latest commands based on the instruction suggested.
Now I get errors, I'm no programmer I don't know what it means or how to fix it.
It used to work before the all onnx update, now nothing works anymore...
Is there a way I can make onnx works? I would like to see the improvement of speed of course.
I'm using:
Windows 10
Anaconda
Cuda V10.2.89
This is the error I get: (it worked fine before the new onnx pip install)
UPDATE: (still need help)
I've used pip uninstalled onnxruntime-gpu (I understood 1.8 was installed by default and it's not for cuda 10.2)
and I tried to pip install onnxruntime-gpu==1.6 (it won't let me install 1.5 so I tried 1.5.1 and when it failed I uninstalled and reinstall again version 1.6) but I still get the same errors:
Can somebody please guide me step-by-step how to fix that and make onnx works?
Thanks ahead!
I've updated to latest SimSwap version and also pip install the latest commands based on the instruction suggested.
Now I get errors, I'm no programmer I don't know what it means or how to fix it.
It used to work before the all onnx update, now nothing works anymore...
Is there a way I can make onnx works? I would like to see the improvement of speed of course.
I'm using:
- Windows 10
- Anaconda
- Cuda V10.2.89
This is the error I get: (it worked fine before the new onnx pip install)

**UPDATE:** (still need help)
I've used pip uninstalled onnxruntime-gpu (I understood 1.8 was installed by default and it's not for cuda 10.2)
and I tried to pip install onnxruntime-gpu==1.6 (it won't let me install 1.5 so I tried 1.5.1 and when it failed I uninstalled and reinstall again version 1.6) but I still get the same errors:

Can somebody please guide me step-by-step how to fix that and make onnx works?
Thanks ahead!
I'm having issues as well. Following the same steps (including trying to uninstall onnxruntime-gpu).... now running the process just hangs. It gets as far as
.....
which_epoch: latest
-------------- End ----------------
then it just hangs. This is also happening in a brand new environment. I'm so perplexed at how this has broken it; perhaps you should remove this onnx GPU support if it's causing more grief than good.
[EDIT]: I notice under options, that I see: "onnx: None"
Does this somehow need to be enabled for this to work properly?
[EDIT EDIT]: It didn't hang: it took over an hour to load the model.... what's going on
Hi,
I'm having issues as well. Following the same steps (including trying to uninstall onnxruntime-gpu).... now running the process just hangs. It gets as far as
.....
```
which_epoch: latest
-------------- End ----------------
```
then it just hangs. This is also happening in a brand new environment. I'm so perplexed at how this has broken it; perhaps you should remove this onnx GPU support if it's causing more grief than good.
[EDIT]: I notice under options, that I see: "onnx: None"
Does this somehow need to be enabled for this to work properly?
[EDIT EDIT]: It didn't hang: it took *over an hour* to load the model.... what's going on
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I've updated to latest SimSwap version and also pip install the latest commands based on the instruction suggested.
Now I get errors, I'm no programmer I don't know what it means or how to fix it.
It used to work before the all onnx update, now nothing works anymore...
Is there a way I can make onnx works? I would like to see the improvement of speed of course.
I'm using:
This is the error I get: (it worked fine before the new onnx pip install)
UPDATE: (still need help)
I've used pip uninstalled onnxruntime-gpu (I understood 1.8 was installed by default and it's not for cuda 10.2)
and I tried to pip install onnxruntime-gpu==1.6 (it won't let me install 1.5 so I tried 1.5.1 and when it failed I uninstalled and reinstall again version 1.6) but I still get the same errors:
Can somebody please guide me step-by-step how to fix that and make onnx works?
Thanks ahead!
Uninstall onnxruntime-gpu and go back to install onnxruntime
Then it should work like before.
Hi,
I'm having issues as well. Following the same steps (including trying to uninstall onnxruntime-gpu).... now running the process just hangs. It gets as far as
.....
then it just hangs. This is also happening in a brand new environment. I'm so perplexed at how this has broken it; perhaps you should remove this onnx GPU support if it's causing more grief than good.
[EDIT]: I notice under options, that I see: "onnx: None"
Does this somehow need to be enabled for this to work properly?
[EDIT EDIT]: It didn't hang: it took over an hour to load the model.... what's going on
--onnx ONNX ?
i fixed this issue by installing cuda 10.1.243, then updating the simswap environment index in anaconda navigator.