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
495 stars 164 forks source link

Installation issue of Torch for CUDA 12 #16

Closed parzivalZzz closed 1 year ago

parzivalZzz commented 1 year ago

Need help with installation of Torch : my CUDA version is 12 Even if I'm Installing other versions like CUDA 11.6 / CUDA 11.7. Its not working in my device. I tried installing from the website and It says something like : "Could not find a version that satisfies the requirement torch==1.12.1 (from versions: ) No matching distribution found for torch==1.12.1 " Also I've tried installing torch separately, versions like : 1.4.0, 0.1.2, 1.9.0, 1.9.0+cu111 It still shows the same thing that : No matching distribution found. IMG-20230313-WA0003

abhijitjadhav1998 commented 1 year ago

as already mentioned in readme and video you need to install torch separately