-
Notifications
You must be signed in to change notification settings - Fork 391
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
absl flags/tf.app.flags #27
Comments
i also stuck this problem,and not solve it still now. |
So, this problem is also discussed here, and it pops out because of using jupyter notebook.
then you can just normally execute with:
if some matplotlib problems pop out check this, maybe it will answer your questions, or this. |
I am facing the same issue, after converting to .py file there are lots of errors to resolve. Isn't there a way to fix this in jupyter notebook only? |
To anyone having this issue in the notebook, add E.g. for
|
That's probably due to a TensorFlow update. The original code should work with If the fix (adding |
Hi there! I've tried for a while to run your code, but still have some flag problems, so here what I get:
this is what I get if I just 'make' in nips2016:
I tried to solve it myself and what I found was, that tensorflow uses now absl for flags, so I tried to do this:
instead of
but still get another error
So, maybe I just overlook something, but still stuck in it.
The text was updated successfully, but these errors were encountered: