从昨晚开始,我就遇到了这样的错误。我训练了5个模型,没有问题。然后就出现了这样的问题。如果您能提供帮助,我会很高兴。
AssertionError Traceback (most recent call last)
<ipython-input-9-08522bc16525> in <module>()
34 os.makedirs(cfg.OUTPUT_DIR, exist_ok=True)
35 trainer = CocoTrainer(cfg)
---> 36 trainer.resume_or_load(resume=False)
37 trainer.train()
2 frames
/usr/local/lib/python3.6/dist-packages/fvcore/common/checkpoint.py in load(self, path, checkpointables)
118 if not os.path.isfile(path):
119 path = self.path_manager.get_local_path(path)
--> 120 assert os.path.isfile(path), "Checkpoint {} not found!".format(path)
121
122 checkpoint = self._load_file(path)
AssertionError: Checkpoint https://dl.fbaipublicfiles.com/detectron2/COCO-Detection/faster_rcnn_X_101_32x8d_FPN_3x/139173657/model_final_68b088.pkl not found!