lucfra / FAR-HO

Gradient based hyperparameter optimization & meta-learning package for TensorFlow
MIT License
186 stars 47 forks source link

Support for python ver==2.x or at least ver >= 2.7.x #4

Closed habibrk closed 6 years ago

habibrk commented 6 years ago

Can you please provide support for python 2.7.x ?

lucfra commented 6 years ago

Hi habibrk. We'll work on it in the next days.

Cheers, Luca

lucfra commented 6 years ago

I added support for python 2.7 and did some test with tensorflow (without gpu). Everything in the main package should work.

Let me know if it also works for you!

Luca

habibrk commented 6 years ago

@lucfra thanks for the prompt reply/action, MNIST example worked with python 2.7.5 and tensorflow 1.4.1 ...