Muhammad Shifa

Results 12 comments of Muhammad Shifa

@elkizana @gjy3035 Anyone who have solve this prediction issue? Kindly help me in prediction as I have trained and tested the model successfully but now facing the issue of prediction.

This issue is solved, run the below code in separate cell. `from google.colab import drive ` `drive.mount('/content/drive')` `!git clone https://github.com/shaoanlu/faceswap-GAN.git` `%cd "faceswap-GAN"` Now run import script.

Hello @alexismailov2 , I am also trying to build with cuda 11.4 on Jeson Orin Nano but facing issue doing cmake .. CMake Error at CMakeLists.txt:273 (message): Intel OpenMP runtime...

Thank you @alexismailov2 , Yes I need to add this option -DWITH_MKL=OFF, but I don't know where to add this option. Although in main directory of ctranslae2 CMakeLists.txt I have...

@alexismailov2 Please look into this: I tried multiple command making enabled with cuda but still facing issue. Cranslate2 is the repository clone while I have `mkdir build && cd build`...

Thank you so much @alexismailov2 . I have run the above command successfully. After this I am running the `sudo make install` command and it also working fine now but...

I appreciate your help. I would be happy if you share me a resource to create a wheel. Installation done 100% but again I am facing issue: `e.py", line 10,...

Yes I also follow these steps from [here](https://opennmt.net/CTranslate2/installation.html#build-options). I will update you soon.

I followed your every steps and installed successfully. But I have face issue of cuda: `ValueError: This CTranslate2 package was not compiled with CUDA support` I think I need to...

Thank you so much **@alexismailov2,** Finally I have followed all the steps and installed CUDA enabled CTranslate2 on Jetson Orin Nano: Conclusion of all the steps in a sequence, hope...