guoshuhong
guoshuhong
解决了吗,我也遇到这个问题
the same problem (act): SiLU(inplace=True) ) ) (cls_preds): ModuleList( (0): Conv2d(32, 80, kernel_size=(1, 1), stride=(1, 1)) (1): Conv2d(64, 80, kernel_size=(1, 1), stride=(1, 1)) (2): Conv2d(128, 80, kernel_size=(1, 1), stride=(1, 1))...
ERROR in training steps. ERROR in training loop or eval/save model. Traceback (most recent call last): File "/home/shuhong/work/YOLOv6/yolov6/core/engine.py", line 99, in train self.train_in_loop(self.epoch) File "/home/shuhong/work/YOLOv6/yolov6/core/engine.py", line 113, in train_in_loop self.train_in_steps(epoch_num,...
python tools/train.py --batch 16 --conf configs/yolov6n.py --data data/coco.yaml --epoch 400 --name yolov6n_coco > @MedImam @guoshuhong Hi, can you provide us with your training commands? Besides, if you git pull the...
> @MedImam @guoshuhong Hi, can you provide us with your training commands? Besides, if you git pull the latest code from master branch, the same error messages still happen? Suddenly,...