YOLOv8-qat
YOLOv8-qat copied to clipboard
Quantization Aware Training
Dear Developers, I hope this message finds you well. I have recently undertaken an initiative to refactor the codebase of your YOLOv8 implementation and added comprehensive test files to augment...
Hello, do you get any intuition behind this error when training? `Traceback (most recent call last): File "d:\workspace\YOLOv8-qat\main.py", line 325, in main() File "d:\workspace\YOLOv8-qat\main.py", line 318, in main train(args, params)...
I have tried to train my model and it took 8hr for just 50epochs, and my dataset is just 12k images. This seemed unusual to me. Can we resume the...
torch.jit.frontend.UnsupportedNodeError: GeneratorExp aren't supported: File "/home/avatar/job/YOLOv8-qat/nets/nn.py", line 51 def forward(self, x): y = list(self.conv1(x).chunk(2, 1)) y.extend(m(y[-1]) for m in self.res_m) ~
1> python main.py --test 2> error log: [W NNPACK.cpp:53] Could not initialize NNPACK! Reason: Unsupported hardware. MACs: 4.396G Parameters: 3.145M label.len= 25 Traceback (most recent call last): File "main.py", line...