Closed feimadada closed 2 years ago
hi, the transformer module, bs, l, c, h, w = srcs.shape, what does the second dimension "l" mean?
Hi, it means the number of features. We only use a single DC5 feature so the "l" is 1. We keep this dimension to facilitate scaling to multiple features if it is needed.
hi, the transformer module, bs, l, c, h, w = srcs.shape, what does the second dimension "l" mean?