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
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))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Describe the bug
Variable input size with YOLOX-tiny variant not working
Steps to Reproduce
Environment:
The text was updated successfully, but these errors were encountered: