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

IndexError: tuple index out of range #7

Closed
BBQtime opened this issue Jan 25, 2021 · 0 comments
Closed

IndexError: tuple index out of range #7

BBQtime opened this issue Jan 25, 2021 · 0 comments

Comments

@BBQtime
Copy link

BBQtime commented Jan 25, 2021

ile "/home/sysgen/anaconda3/envs/pytorch/lib/python3.7/site-packages/modulated_deform_conv-1.0.2-py3.7-linux-x86_64.egg/modulated_deform_conv.py", line 536, in forward
self.groups, self.deformable_groups,self.in_step)
File "/home/sysgen/anaconda3/envs/pytorch/lib/python3.7/site-packages/modulated_deform_conv-1.0.2-py3.7-linux-x86_64.egg/modulated_deform_conv.py", line 279, in forward
output = input.new_empty(ModulatedDeformConv3dFunction._infer_shape(ctx, input, weight))
File "/home/sysgen/anaconda3/envs/pytorch/lib/python3.7/site-packages/modulated_deform_conv-1.0.2-py3.7-linux-x86_64.egg/modulated_deform_conv.py", line 345, in _infer_shape
length_out = (length + 2 * ctx.padding[2] - (ctx.dilation[2] * (kernel_l - 1) + 1)) // ctx.stride[2] + 1

IndexError: tuple index out of range
Exception in thread Thread-4:
Traceback (most recent call last):

@BBQtime BBQtime closed this as completed Jan 25, 2021
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