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

tensorflow obfuscation error #30

Open
Sherriiie opened this issue Jul 3, 2018 · 0 comments
Open

tensorflow obfuscation error #30

Sherriiie opened this issue Jul 3, 2018 · 0 comments

Comments

@Sherriiie
Copy link

I have an issue when i import the module of tensorflow, outputing no file in the project.
I've a test.py script:
import tensorflow as tf with tf.Graph().as_default(): a = tf.constant('hello') sess = tf.Session() print(sess.run(a))
and i add 'tensorflow' in the parameter list of 'external_modules' in the opy_config.txt file.
Executing opy.py shows a warning 'WARNING:tensorflow:VARIABLES collection name is deprecated, please use GLOBAL_VARIABLES instead; VARIABLES will be removed after 2017-03-02.', but there is no file generated.
Thanks for you answering.

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

1 participant