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

Fixing a bug of 'for loop' #280

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Conversation

vhdsih
Copy link
Contributor

@vhdsih vhdsih commented Oct 26, 2018

At line#62, 'for loop' should be "range(n, -1, -1)", otherwise it would not be able to enter the loop.

At line#62, 'for loop' should be "range(n, -1, -1)", otherwise it would not be able to enter the loop.
Copy link
Owner

@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 the fix!

@aymericdamien aymericdamien merged commit 9e1bb50 into aymericdamien:master Nov 2, 2018
kongzhidea added a commit to kongzhidea/TensorFlow-Examples that referenced this pull request Nov 27, 2018
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.

2 participants