-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello,I have a question.Why merge on dim=2 not dim=1 in the def forward_5shot () function in test_5_shot.py?
support_feature_all = torch.cat([support_feature_all, support_feature], dim=2) #torch.Size([1, 256, 305, 61]) support_mask_all = torch.cat([support_mask_all, support_mask_temp], dim=2)#torch.Size([1, 1, 305, 61]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels