inspirehep / magpie

Deep neural network framework for multi-label text classification
MIT License
683 stars 192 forks source link

Python 3 support #75

Closed ibigpapa closed 7 years ago

ibigpapa commented 7 years ago

The readme didn't explicitly say if it support Python 3 or if it only supports legacy python. During compile with python 3.6 i'm getting an error on a print statement missing "(" ")". Which is normal in a legacy python module.

ibigpapa commented 7 years ago

https://github.com/inspirehep/magpie/pull/76

jstypka commented 7 years ago

Python 3 is now supported!