longyunf / radiant

21 stars 3 forks source link

Problem of trainning #12

Closed YuJiXYZ closed 5 months ago

YuJiXYZ commented 6 months ago

image When I train this step, but get a result of following, can someone help me to solve this. Thank you very much~!!!!! image

longyunf commented 6 months ago

I think the mmcv version you are using has a problem with the dump function. You can simply comment the line 'cfg.dump(out_path)' as it is used to save configurations and has no influence on training.

YuJiXYZ commented 5 months ago

ok,thank you~