AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'

网友投稿 1014 2022-08-22

AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'

AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'

我的版本是tensorflow-gpu 1.2 然后就会报错,我的输出为:

whsyxt@whsyxt:~/Downloads/gaoshengwu/models/research/object_detection$ python3 export_inference_graph.py \> --input_type image_tensor \> --pipeline_config_path training/ssd_mobilenet_v1_pets.config \> --trained_checkpoint_prefix training/model.ckpt-155568 \> --output_directory mac_n_cheese_inference_graphTraceback (most recent call last): File "export_inference_graph.py", line 96, in tf.app.flags.mark_flag_as_required('pipeline_config_path')AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'

然后查资料发现,mark_flag_as_required是tensorflow gpu 1.4版本的,升级到1.4版本就行了。我这里本身-好了一个tensorflow gpu 1.4版本,然后就直接装了,命令为:

sudo pip3 install tensorflow_gpu-1.4.0rc0-cp35-cp35m-manylinux1_x86_64.whl

装完之后,再运行就没问题了。

参考文献

[1].AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'.https://github.com/tensorflow/models/issues/2777

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:把SSD-tensorflow移植到Jetson-TX2经验总结
下一篇:Golang必备技巧:接口型函数(golang 接口类型)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~