DeepComplexCRN
DeepComplexCRN copied to clipboard
Request for requirements.txt
What is the latest version of Python and what versions of packages were you using then you worked on this model?
Could you add a requirements.txt file?
I'm guessing Python 3.9 and:
torch==1.7.1
scipy==1.5.4
Can be a good starting point...
I use python>=3.7 torch==1.12 and scipy==1.7.3 worked well. If requirements.txt is necessary, i will add it or you can PR :)