Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not run in tensorflow 0.12.1 #7

Open
huangpeng1126 opened this issue Jul 15, 2017 · 2 comments
Open

can not run in tensorflow 0.12.1 #7

huangpeng1126 opened this issue Jul 15, 2017 · 2 comments

Comments

@huangpeng1126
Copy link

When I run the main.py, getting the following errors:
Traceback (most recent call last):
File "main.py", line 5, in
from trainer import Trainer
File "/Users/peng.huangp/github/pointer-network-tensorflow/trainer.py", line 7, in
from model import Model
File "/Users/peng.huangp/github/pointer-network-tensorflow/model.py", line 4, in
from layers import *
File "/Users/peng.huangp/github/pointer-network-tensorflow/layers.py", line 22, in
dynamic_rnn_decoder = tf.contrib.seq2seq.dynamic_rnn_decoder
AttributeError: 'module' object has no attribute 'dynamic_rnn_decoder'

I check 0.1.2.1 API of tensorflow, and can not find the definition for 'dynamic_rnn_decoder', and it is in the 0.1.0 API

@NYUXiaowen-Wang
Copy link

hi, I met the same problem with you. But the 0.1.0 api is not available now, is there something I can do to fix it? Thank you very much!

@unnir
Copy link

unnir commented Sep 27, 2017

same story

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants