Open onlinehuazai opened 2 years ago
f1, f2 = torch.split(features, [bsz, bsz], dim=0)
RuntimeError: start (4) + length (4) exceeds dimension size (4).
I have the same question.
f1, f2 = torch.split(features, [bsz, bsz], dim=0)
RuntimeError: start (4) + length (4) exceeds dimension size (4).