George
George
Can someone else who does the training share a pre-trained model so we don't have to? Why tell us how to make the trained model but then not share it?
Happens to be every time I launch fallout 4 and goes back to normal on exit.
I think it works on the colab because it uses Linux and there is CUDA 11.x support for mxnet on Linux but not windows yet.
> Also partial? Didn't they say training on that is in beta or incomplete?
See if the line here helps https://github.com/neuralchen/SimSwap/issues/176#issuecomment-991705311
I noticed the same thing. I'm using TensorRT and CUDA with ONNX. My GPU Load hits 17% and VRAM uses 4GB. Sometimes my it/s will go from 4 to 16...
2080 ti here same issue. I got around (although maybe not correctly) by going into model_zoo.py line 23. Stack Trace tells you where yours is. File "C:\Users\PC1.conda\envs\simswap\lib\site-packages\insightface\model_zoo\model_zoo.py", line 23, in...
Yeah think you ran into my issue. So I looked at their site and found this https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#install And basically ended up downloading TensorRT 8.2 GA from Nvidia. https://developer.nvidia.com/nvidia-tensorrt-download Once you...
Install guide here https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html I used the windows version and I copied the required Nvidia RT lib files into the bin folder of my CUDA 11.5 which is the same...
I'm not sure about those errors and if they are specific to your GPU. But on my 2080ti GPU utilization is like 1 to 3% and I check with GPU-Z....