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

PROPAINTER 算法无法使用吗? #104

Open
dengfenglai321 opened this issue Oct 31, 2024 · 0 comments
Open

PROPAINTER 算法无法使用吗? #104

dengfenglai321 opened this issue Oct 31, 2024 · 0 comments

Comments

@dengfenglai321
Copy link

dengfenglai321 commented Oct 31, 2024

这个模式下报错如下
return forward_call(args, **kwargs)
File "/xx/workpace/AIGC/video-subtitle-remover/backend/inpaint/video/model/modules/sparse_transformer.py", line 209, in forward
pool_x = self.pool_layer(x.view(b
t, new_h, new_w, c).permute(0,3,1,2))
File "/xx/anaconda/envs/aigc/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/xx/anaconda/envs/aigc/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 463, in forward
return self._conv_forward(input, self.weight, self.bias)
File "/xx/anaconda/envs/aigc/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 459, in _conv_forward
return F.conv2d(input, weight, bias, self.stride,
RuntimeError: GET was unable to find an engine to execute this computation

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

1 participant