abhijitjadhav1998 / Deepfake_detection_using_deep_learning

This projects aims in detection of video deepfakes using deep learning techniques like RestNext and LSTM. We have achived deepfake detection by using transfer learning where the pretrained RestNext CNN is used to obtain a feature vector, further the LSTM layer is trained using the features. For more details follow the documentaion.
GNU General Public License v3.0
397 stars 140 forks source link

AssertionError: Torch not compiled with CUDA enabled #7

Closed BhargavSonagara1 closed 2 years ago

BhargavSonagara1 commented 2 years ago

in my macOs giving this error in model = Model(2).cuda()

abhijitjadhav1998 commented 2 years ago

Do you have Nvidia GPU ?

NarendranM08 commented 2 years ago

Can we run it in amd gpu

abhijitjadhav1998 commented 2 years ago

No currently you can't but it is future Todo list of the project we will be implementing that in future

abhijitjadhav1998 commented 2 years ago

This is not a issue as dlib only support cuda .