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

Which version of tensorflow should I use? #109

Open
munian-ustc opened this issue Oct 29, 2019 · 2 comments
Open

Which version of tensorflow should I use? #109

munian-ustc opened this issue Oct 29, 2019 · 2 comments

Comments

@munian-ustc
Copy link

When I try to run the cifar10_mirco_search.sh , some errors happened:
File "/home/zhangjiabin/enas/src/cifar10/micro_child.py", line 602, in _enas_conv
zero_init = tf.initializers.zeros(dtype=tf.float32)
AttributeError: 'module' object has no attribute 'initializers'
It seems caused by the version of tensforflow.
The version of my tensorflow is tensorflow-gpu-1.13.0.

@pingguokiller
Copy link

The suggested version of tf is 1.13 . Try to read the API documents to solve this problem. https://tensorflow.google.cn/versions/r1.13/api_docs/python/tf

@munian-ustc
Copy link
Author

The suggested version of tf is 1.13 . Try to read the API documents to solve this problem. https://tensorflow.google.cn/versions/r1.13/api_docs/python/tf
Thanks for your reply!
I may have a try to modify some functions according to the API documents.

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