You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is due to the version of TF, my version is r1.9 and r1.11
Two ways to solve this problem: Method One:
1.Emacs conv_seq2seq/example_configs/conv_seq2seq.yml
2.Remove from line 15 to 17
3.Emacs conv_seq2seq/seq2seq/models/conv_seq2seq.py
4.Remove in line 72 #"optimizer.params": {"momentum": 0.99, "use_nesterov": True}, # Arbitrary parameters for the optimizer Method Two(Not recommended):
1.Emacs ~/tensorflow/contrib/layers/python/layers/optimizers.py
2.Modify the code in line 44
I think this is due to the version of TF, my version is r1.9 and r1.11
Two ways to solve this problem:
Method One:
1.Emacs conv_seq2seq/example_configs/conv_seq2seq.yml
2.Remove from line 15 to 17
3.Emacs conv_seq2seq/seq2seq/models/conv_seq2seq.py
4.Remove in line 72
#"optimizer.params": {"momentum": 0.99, "use_nesterov": True}, # Arbitrary parameters for the optimizer
Method Two(Not recommended):
1.Emacs ~/tensorflow/contrib/layers/python/layers/optimizers.py
2.Modify the code in line 44
The text was updated successfully, but these errors were encountered: