tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.28k stars 630 forks source link

Code immediately stop when training starts #100

Closed lxy598951 closed 5 years ago

lxy598951 commented 5 years ago

I use coco 2017 to test if code can start normally. But when Strat training, the code immediately stop. How could I solve this?

Follows are last line of log file.

2019-07-25 15:28:44,686 maskrcnn_benchmark.trainer INFO: Start training 2019-07-25 15:28:44,816 maskrcnn_benchmark.trainer INFO: Total training time: 0:00:00.128995 (0.0000 s / it)

lxy598951 commented 5 years ago

@chhshen Could you tell me why you closed my issue?

tianzhi0549 commented 5 years ago

It might be because you already have checkpoints in your directory.