使用tensorflow训练模型时出错

时间:2018-02-16 20:33:03

标签: python tensorflow

我正在尝试使用tensorflow来训练我的自定义对象,但是,当我运行以下命令时,它显示了protobuf的错误:

  File "/usr/local/lib/python3.5/dist-packages/google/protobuf/text_format.py", line 1152, in ConsumeIdentifierOrNumber
     raise self.ParseError('Expected identifier or number, got %s.' % result) 
 google.protobuf.text_format.ParseError: 235:1 : Expected identifier or number, got <.

我正在使用以下命令来运行train.py:

python3 train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_pets.config

train.py

我是这个主题的初学者,所以我将不胜感激任何帮助。

0 个答案:

没有答案
相关问题