autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 270 forks source link

Which version of Talos uses Tensorflow 1.12? #501

Closed Nennemus closed 3 years ago

Nennemus commented 3 years ago

I am trying to install Talos on my University's computing servers, however I get an error since the version of Talos I am trying to install (version 0.6.6) relies on Tensorflow 1.14, which I do not have access to. The modules provided by my University's server, only provide Tensorflow 1.12, so I want to figure out which version of Talos I need to install to make it compatible.

github-actions[bot] commented 3 years ago

Welcome to Talos community! Thanks so much for creating your first issue :)

mikkokotila commented 3 years ago

I think you can just try changing the dependency from 1.14 to 1.12. It might still work.

Nennemus commented 3 years ago

Do you know how I can specifically do that in the command line?

Den fre. 21. aug. 2020 kl. 16.15 skrev Mikko Kotila < notifications@github.com>:

I think you can just try changing the dependency from 1.14 to 1.12. It might still work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/autonomio/talos/issues/501#issuecomment-678312904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQPR34JUGL432VKJRTZPN6LSBZ6O3ANCNFSM4PTHG2LA .

mikkokotila commented 3 years ago

You can try pip install pip install tensorflow==1.12 or similar.