Closed lucasjinreal closed 2 years ago
FORK_LAST3=1 python -m torch.distributed.launch ...
will remove backbone.norm0
parameters.
https://github.com/sail-sg/poolformer/blob/348a8b6a8b6fe2377ac3814db74a4a6ef1b527a3/models/poolformer.py#L306-L316
@shinya7y I fixed by specific a fpn_start_level
params to avoid it. Original implementation not very elegant.
Hi @jinfagang and @shinya7y , thanks for your useful discussion.
Hi, I got this bug when transformer poolformer to detr-like model (simply replace backbone), It might because of detr using single feature, but I dont know exactly why, can u help take a look?
this is my config: