Epiphqny / SOLOv2

SOLOv2: Dynamic, Faster and Stronger, achives 39.5mAP on coco test-dev (36 epochs result)
https://arxiv.org/abs/2003.10152
Apache License 2.0
244 stars 37 forks source link

training stuck doesn't print any log #5

Closed luohao123 closed 4 years ago

luohao123 commented 4 years ago

it stucked doesn't print any thing

luohao123 commented 4 years ago

also, how to make it support resnet50 as backbone to train?

luohao123 commented 4 years ago

I know how to train resnet50, how to make it log out every epoch loss?

Epiphqny commented 4 years ago

@luohao123 The training of the model might cost large resources, you could try a smaller model or decrease the batchsize. And sometimes it is training even no log, please check the work_dir of the config file to see if there is any .log or .json file, it might has logs.

lucasjinreal commented 4 years ago

how to print it to terminal

Epiphqny commented 4 years ago

In the default setting, it should print to terminal. If it didn't, perhaps it is the resource and mmdet problem.

JinTian notifications@github.com 于2020年4月16日周四 下午12:45写道:

how to print it to terminal

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Epiphqny/SOLOv2/issues/5#issuecomment-614412715, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4QJDKMLXOMLXLQTVIIUC3RM2EOLANCNFSM4MHTAGWQ .

lucasjinreal commented 4 years ago

default not