Open blindfish opened 7 years ago
Use tensorflow version 1.0.0, it will only work with that.
I am also having the same issue, do I need to downgrade(as i am having tf version '1.3.0') the tf version? or there is some other solution to this issue?
same issue
You have to downgrade, as downgrading worked for me.
Could not find tensorflow version 1.0
C:\Users\eratsau>pip install tensorflow==1.0 Collecting tensorflow==1.0 Cache entry deserialization failed, entry ignored Could not find a version that satisfies the requirement tensorflow==1.0 (from versions: 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.6.0rc0) No matching distribution found for tensorflow==1.0
Use Python version = 3.5. (Upgrade/downgrade python version accordingly) Then downgrade tensorflow version to 1.0.0. This should work :)
what is the alternative for tf.contrib.seq2seq.prepare_attention() in the tensorflow API 1.8
I am unable to downgrade tensorflow 1.9 to 1.0 on anaconda. Tried many ways. please help me with this, thanks!
is there any other way to clear this issue without downgrading the version of tensorflow
Is there any other workaround without having to downgrade my tensorflow
Is there any other workaround other than downgrading TensorFlow?
What is the alternative for tensorflow.contrib.seq2seq.prepare_attention() in tensorflow 1.13 or 1.14
This part of the code:
Fails with the following error. Anyone get the code to work with TF 1.2.1 or 1.3?