简体   繁体   中英

Which version of Talos uses Tensorflow 1.12?

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.

Version 0.1.9 seems to be compatible, at least it does not generate any package conflict errors when i run this command:

pip install tensorflow==1.12 talos==0.1.9 

Make sure your support team includes this

tensorflow==1.12  

in the install command, otherwise pip will try to update to a more recent version of tensorflow and possibly other packages, by default.

Other versions may also be compatible, you can test those other version using this same method.

Complete list of versions can be found here:

https://pypi.org/project/talos/#history

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM