Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Given groups=1, weight of size [168, 337, 1, 1], expected input[1, 336, 2, 2] to have 337 channels, but got 336 channels instead

ryosei1250 opened this issue · comments

I use translation software.
When I train on custom data, I am able to
RuntimeError: Given groups=1, weight of size [168, 337, 1, 1], expected input[1, 336, 2, 2] to have 337 channels, but got 336 channels instead
I get the above error.

ERROR | yolox.core.launch:98 - An error has been caught in function 'launch', process 'MainProcess' (6715), thread 'MainThread' (139703782486016):.
I get the above error.

The training has already succeeded for other custom data.

How can these errors be resolved?

Translated with DeepL.com (free version)