【发布时间】:2021-01-11 20:21:09
【问题描述】:
我正在试用 TensorFlow 2.0 对象检测 API,在尝试导出推理图时,我收到一条错误消息,指出 tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a NewWriteableFile: .\exported-models\my_mobilenet_model\checkpoint\ckpt-0_temp_8cca890901704d9b9c1a0c5e959235fc/part-00000-of-00001.data-00000-of-00001.tempstate144711528486123721 : The system cannot find the path specified. ; No such process [Op:SaveV2]
我运行命令:python .\exporter_main_v2.py --input_type image_tensor --pipeline_config_path .\models\my_ssd_mobilenet_v2_fpnlite\pipeline.config --trained_checkpoint_dir .\models\my_ssd_mobilenet_v2_fpnlite\ --output_directory .\exported-models\my_mobilenet_model
我在运行命令的目录中有一个名为exported-models 的文件夹
【问题讨论】:
标签: python tensorflow deep-learning object-detection