Yuliang-Liu / Box_Discretization_Network

Omnidirectional Scene Text Detection with Sequential-free Box Discretization (IJCAI 2019). Including competition model, online demo, etc.
Other
273 stars 86 forks source link

Unable to training #22

Closed lijun20 closed 4 years ago

lijun20 commented 5 years ago

2019-10-24 11:16:53,219 maskrcnn_benchmark.utils.checkpoint INFO: No checkpoint found. Initializing model from scratch loading annotations into memory... loading annotations into memory... Done (t=0.06s) creating index... index created! 2019-10-24 11:16:53,293 maskrcnn_benchmark.trainer INFO: Start training loading annotations into memory... Done (t=0.06s) creating index... index created! Done (t=0.06s) creating index... index created! loading annotations into memory... Done (t=0.07s) creating index... index created!

hi, when training, after printing the log above, the program is finished, and the training is not started

Yuliang-Liu commented 5 years ago

Try uncomment the first line in the .sh file:

export NCCL_P2P_DISABLE=1

Let me know if it solves your problem.

lijun20 commented 5 years ago

hi, no problem solved.

Yuliang-Liu commented 5 years ago

@lijun20 Is it solved or not?

jyshee commented 4 years ago

come into the same problem. Have you solved this? @lijun20