Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google colaboratory 信息:tensorflow:正在型号/速度更快的机器上等待新的检查点\u rcnn_Google Colaboratory_Tensorflow2.0_Transfer Learning_Faster Rcnn - Fatal编程技术网

Google colaboratory 信息:tensorflow:正在型号/速度更快的机器上等待新的检查点\u rcnn

Google colaboratory 信息:tensorflow:正在型号/速度更快的机器上等待新的检查点\u rcnn,google-colaboratory,tensorflow2.0,transfer-learning,faster-rcnn,Google Colaboratory,Tensorflow2.0,Transfer Learning,Faster Rcnn,我使用转移学习方法开发了一个使用更快的rcnn算法的检测模型 为了评估我的模型,我使用了以下命令- !python model_main_tf2.py --model_dir=models/faster_rcnn_inception_resnet_v2 --pipeline_config_path=models/faster_rcnn_inception_resnet_v2/pipeline.config --checkpoint_dir=models/faster_rcnn_inception

我使用转移学习方法开发了一个使用更快的rcnn算法的检测模型

为了评估我的模型,我使用了以下命令-

!python model_main_tf2.py --model_dir=models/faster_rcnn_inception_resnet_v2 --pipeline_config_path=models/faster_rcnn_inception_resnet_v2/pipeline.config --checkpoint_dir=models/faster_rcnn_inception_resnet_v2
但是,我收到了以下错误/信息消息:-

INFO:tensorflow:Waiting for new checkpoint at models/faster_rcnn_inception_resnet_v2
I0331 23:23:11.699681 140426971481984 checkpoint_utils.py:139] Waiting for new checkpoint at models/faster_rcnn_inception_resnet_v2
我检查了检查点的路径是否正确。问题可能是什么?我如何解决

提前谢谢