YOLOv8-qat icon indicating copy to clipboard operation
YOLOv8-qat copied to clipboard

Error occurred

Open ForrestPi opened this issue 10 months ago • 1 comments

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) ~ <--- HERE return self.conv2(self.quant.cat(y, dim=1))

ForrestPi avatar Sep 05 '23 09:09 ForrestPi