Vincent-ZHQ / MRDF

Code for Cross-Modality and Within-Modality Regularization for Audio-Visual DeepFake Detection
Apache License 2.0
20 stars 2 forks source link

Environmental issues #2

Open CHEN-JINRUI1020 opened 8 months ago

CHEN-JINRUI1020 commented 8 months ago

Hello, when I was installing the environment, I found that many packages in the requirements.txt conflict with the environment, are the versions of the packages in there correct?

Vincent-ZHQ commented 8 months ago

The requirements.txt is generated by the script under the environment. It may not be the same with the used environment. I think you could try installing torch-related with conda first and then other related libraries with pip (when you debug and use requirements.txt only as a reference).

CHEN-JINRUI1020 commented 8 months ago

Thanks for clearing that up.

The requirements.txt is generated by the script under the environment. It may not be the same with the used environment. I think you could try installing torch-related with conda first and then other related libraries with pip (when you debug and use requirements.txt only as a reference).