You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to train a swin net, for example with configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.py, it fails because in line 680
This bug will be fixed in #1995 in dev-1.x branch first. And it will be merged into the mainstream 1.x branch in the next release, which should be soon.
Describe the bug
When trying to train a swin net, for example with
configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_swin-b-p4-w7_8xb32-210e_coco-256x192.py
, it fails because in line 680mmpose/mmpose/models/backbones/swin.py
Line 680 in 3b0b41b
you try to access the first element of an empty OrderedDict (just created one line above). Did you mean to access
_state_dict
instead ofstate_dict
?Reproduction
The text was updated successfully, but these errors were encountered: