e2e_antispoofing
e2e_antispoofing copied to clipboard
Python 3.6 not compatible with torch packages
The train.py code from here is used in testing for voice spoofing. You can find the github link here. When I try to run the train.py code, it gives out an import error in this line : from torch._C import * in the init.py file of torch packages. You can find the detailed issue here.
As you can see in the above mentioned issue, in the official page of pytorch, it states that only python 3.7-3.9 support pytorch. So, this may be causing the problem. So, please look into the issue @joaomonteirof.
Thank you.