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

Fixes the seq2seq example #916

Merged

Conversation

cpbrust
Copy link
Contributor

@cpbrust cpbrust commented Sep 25, 2017

The seq2seq example in TFLearn does not run with the latest versions of TFLearn and Tensorflow. This PR hotfixes the problems so that the example runs. There are two changes:

In the example itself, we point to the legacy seq2seq class in Tensorflow.

In summaries.py, the format of the tag has changed in Tensorflow; this breaks the seq2seq example, so we hotfix the particular tag that's a problem in the seq2seq example.

In the example, we point to the legacy seq2seq class in Tensorflow.

In summaries.py, the format of the tag has changed in Tensorflow; this breaks the seq2seq example, so we hotfix the particular tag that's a problem in the seq2seq example.
Copy link
Member

@aymericdamien aymericdamien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this example! :)

@aymericdamien aymericdamien merged commit 06067cc into tflearn:master Sep 26, 2017
@Djoels
Copy link

Djoels commented Feb 21, 2018

Could it be that the tag issue is there again in later versions of tensorflow (v?
I get: E ValueError: Tag: acc:0 cannot be found in summaries list.

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

Successfully merging this pull request may close these issues.

None yet

3 participants