[go: nahoru, domu]

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

Interpolate in backbone.py #69

Closed
yoshua133 opened this issue Aug 17, 2019 · 1 comment
Closed

Interpolate in backbone.py #69

yoshua133 opened this issue Aug 17, 2019 · 1 comment

Comments

@yoshua133
Copy link

Hi, I want to point out an error:
In the backbone.py following lines

if conv.dim == 2:
self.P1_upsample = Interpolate(scale_factor=2, mode='bilinear')
self.P2_upsample = Interpolate(scale_factor=2, mode='bilinear')
else:
self.P1_upsample = Interpolate(scale_factor=(2, 2, 1), mode='trilinear')
self.P2_upsample = Interpolate(scale_factor=(2, 2, 1), mode='trilinear')

You didn't mention where is the Interpolate from, so maybe you could write it more specifically.

Thank you

@pfjaeger
Copy link
Member

See my comment on your conv class post...

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