ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 265 forks source link

OSError: libcudart.so.10.1: cannot open shared object file: No such file or directory #50

Closed deep-recommend closed 1 year ago

deep-recommend commented 2 years ago

image

OS compatibility issues when running google colab demo.

cedro3 commented 2 years ago

The reason for the error is that the standard cuda version of google colab has changed. 3rd line of 'Install required libraries' !pip install mxnet-cu101mkl → !pip install mxnet-cu112 It is OK if you change to

deep-recommend commented 2 years ago

fixed! thanks!

cedro3 commented 2 years ago

you're welcome.

iPhoneから送信

2022/10/09 20:12、DeepRecommend @.***>のメール:

 fixed! thanks!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.