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

[Q] GDL - Regular Group Convolutions trilinear sampling #148

Open
sasasqt opened this issue Oct 14, 2024 · 0 comments
Open

[Q] GDL - Regular Group Convolutions trilinear sampling #148

sasasqt opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sasasqt
Copy link

sasasqt commented Oct 14, 2024

Tutorial: DL2-1 (Fill-in number of tutorial)

Describe the bug
grid = torch.roll(grid, shifts=1, dims=-1) in trilinear sampling

Expected behavior
grid = torch.flip(grid, dims=[-1])

Screenshots
visualization on number 6:
using roll
image


vs using flip
image

@sasasqt sasasqt added the bug Something isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants