Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred #1

Open
ForrestPi opened this issue Sep 5, 2023 · 1 comment
Open

Error occurred #1

ForrestPi opened this issue Sep 5, 2023 · 1 comment

Comments

@ForrestPi
Copy link

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))

@jahongir7174
Copy link
Owner

@ForrestPi
Please, follow the readme file to install the required packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants