kfxw
kfxw
I have the similar problem. When training from scratch, the model converges very slowly.
@xvjiarui Hi! In terms of the fusion setting, did the case you mentioned use the 'add' one or the 'scale' one?
@xvjiarui Thx for your reply. Btw, would you mind sharing the classification training codes in this repo? That would be of great help.
Hi, @dragon515 Can you provide more details about what changes you've made? Thx
@RogerChern Maybe we should design a new way to pass a config class into python custom op. Now I use 'from config.fcos_r50v1_fpn_1x import throwout_param' in custom op's. It is too...
@RogerChern Sometimes you may need a list or array. Such cases face the same problem as a class has.
@RogerChern Got it. Maybe update the codes in a few days.
@dragon515 I suppose you've also changed the path of the configuration file. If so, an immediate remedy is to modify https://github.com/TuSimple/simpledet/blob/dd4042c3e69456445ad6625d4e66b60ed4bc62a9/models/FCOS/input.py#L88 and https://github.com/TuSimple/simpledet/blob/dd4042c3e69456445ad6625d4e66b60ed4bc62a9/models/FCOS/input.py#L147 from `from config.fcos_r50v1_fpn_1x import throwout_param` into `from...