Skip to content

core_rnn_cell_impl not in ops.core_rnn_cell_impl in TF1.2 #2

Description

@A-Atef-NLP

Thanks A Lot for your tutorial.

To support TF 1.2
I think you need to update below line
"from tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl import * "
To
"from tensorflow.contrib.rnn import *"

Also to use "embedding_attention_seq2seq" set include path or use:
tf.contrib.legacy_seq2seq.embedding_attention_seq2seq

Thanks Again for your tutorial.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions