Exception has occurred: RuntimeError (note: full exception trace is shown but execution is paused at: _run_module_as_main)
Sizes of tensors must match except in dimension 1. Expected size 124 but got size 123 for tensor number 1 in the list.
File "/home/yuchunli/git/otx-2x/src/otx/algo/detection/necks/yolox_pafpn.py", line 158, in forward
inner_out = self.top_down_blocks[len(self.in_channels) - 1 - idx](torch.cat([upsample_feat, feat_low], 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Describe the bug
Variable input size with YOLOX-tiny variant not working
Steps to Reproduce
Environment: