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

import tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl as rnn_cell ImportError: No module named core_rnn_cell_impl #1

Closed
alifirst opened this issue Aug 4, 2017 · 2 comments

Comments

@alifirst
Copy link

alifirst commented Aug 4, 2017

Tensorflow 0.12.1

Traceback (most recent call last):
File "kgcvae_swda.py", line 13, in
from models.cvae import KgRnnCVAE
File "/home/ubuntu/NeuralDialog-CVAE/models/cvae.py", line 8, in
import tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl as rnn_cell
ImportError: No module named core_rnn_cell_impl

Which tensorflow version works fine with it?

@snakeztc
Copy link
Owner

snakeztc commented Aug 5, 2017

I am able to run the code using tensorflow (0.12.1). I will do a pass on the code in the next few days to make it compatible with whichever latest version of Tensorflow. You could also change the import line to import the correct rnn_cell based on your local TF version.

@snakeztc
Copy link
Owner

snakeztc commented Aug 21, 2017

@alifirst The code is updated to tensorflow 1.3.0.

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

2 participants