DeepComplexCRN icon indicating copy to clipboard operation
DeepComplexCRN copied to clipboard

Request for requirements.txt

Open postrational opened this issue 2 years ago • 2 comments

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?

postrational avatar Aug 10 '23 21:08 postrational

I'm guessing Python 3.9 and:

torch==1.7.1
scipy==1.5.4

Can be a good starting point...

postrational avatar Aug 10 '23 21:08 postrational

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 :)

huyanxin avatar Aug 22 '23 01:08 huyanxin