Skip to content

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

Open
@sasasqt

Description

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

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions