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

Just a little typo #3

Closed
alexhallam opened this issue Sep 28, 2016 · 1 comment
Closed

Just a little typo #3

alexhallam opened this issue Sep 28, 2016 · 1 comment

Comments

@alexhallam
Copy link

alexhallam commented Sep 28, 2016


print("operations")
operations = [op.name for op in tf.get_default_graph().get_operations()]
print(operations)
print

print("variables")
variables = [var.name for var in tf.all_variables()]
print(operations)

The print on last line should be:
print(variables)

alrojo added a commit that referenced this issue Sep 28, 2016
@alrojo
Copy link
Owner

alrojo commented Sep 28, 2016

Thanks @cogsbox !

I have updated accordingly.

@alrojo alrojo closed this as completed Sep 28, 2016
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