You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: