enas icon indicating copy to clipboard operation
enas copied to clipboard

Which version of tensorflow should I use?

Open munian-ustc opened this issue 5 years ago • 2 comments

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.

munian-ustc avatar Oct 29 '19 12:10 munian-ustc

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

pingguokiller avatar Oct 30 '19 03:10 pingguokiller

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.

munian-ustc avatar Oct 30 '19 07:10 munian-ustc