tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

skflow doesn't support Python3.X #46

Closed ycyoon closed 8 years ago

ycyoon commented 8 years ago

Both of scikit-learn and tensorflow support Python 3.X It would be great if skflow supports Python 3.X.

ilblackdragon commented 8 years ago

Definitely! Missed that tensorflow v0.6 now supports Python 3.X Started a branch python3 to add the support.