我正在尝试转换以冻结Jetson Nano上的Tensorflow模型。 但是,我陷入了这个错误:
Traceback (most recent call last):
File "models/research/object_detection/export_inference_graph.py", line 150, in <module>
tf.app.run()
File "/home/agrob/.local/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "models/research/object_detection/export_inference_graph.py", line 146, in main
write_inference_graph=FLAGS.write_inference_graph)
TypeError: export_inference_graph() got an unexpected keyword argument 'input_shape'
任何想法可能是什么错误?
谢谢。