easy-neural-ode icon indicating copy to clipboard operation
easy-neural-ode copied to clipboard

Could you please fix the following error when running mnist.py?

Open Mather10 opened this issue 2 years ago • 1 comments

Could you please fix the following error when running mnist.py? Thanks.

"ImportError: cannot import name 'prod' from 'math' (unknown location)"

Mather10 avatar Nov 21 '21 04:11 Mather10

I think prod is only available in python>=3.8, I just updated the requirements in the README to reflect this. Does that fix your issue?

jacobjinkelly avatar Nov 25 '21 14:11 jacobjinkelly