You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
这个模式下报错如下
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(bt, 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
The text was updated successfully, but these errors were encountered:
这个模式下报错如下
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(bt, 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
The text was updated successfully, but these errors were encountered: