NervanaSystems / neon

Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
http://neon.nervanasys.com/docs/latest
Apache License 2.0
3.87k stars 811 forks source link

No module named neon.util.compat #478

Open chandratejatiriveedhi opened 2 years ago

chandratejatiriveedhi commented 2 years ago

Hi All,

I am getting this error when I am running the script that has the following line, from neon.util.compat import range, StringIO. And I get the error that there isn't a module named neon.util.compat. How do I fix this error?

And help will be appreciated