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

Question about the input in "Geometric Prior" #3

Open
GongweiChen opened this issue Jan 9, 2020 · 2 comments
Open

Question about the input in "Geometric Prior" #3

GongweiChen opened this issue Jan 9, 2020 · 2 comments

Comments

@GongweiChen
Copy link

self.position = 2 * torch.rand(1, 2, k, k, requires_grad=True) - 1

Thanks for your great and elegant coding!
I have a question about "Geometric Prior". Why the inputs are random numbers, while it should be relative position in the original paper?

@hust-nj
Copy link

hust-nj commented Apr 16, 2020

self.position = 2 * torch.rand(1, 2, k, k, requires_grad=True) - 1

Thanks for your great and elegant coding!
I have a question about "Geometric Prior". Why the inputs are random numbers, while it should be relative position in the original paper?

I found the same issue. So wired about this. Do you have any idea?

@hust-nj
Copy link

hust-nj commented Apr 18, 2020

self.position = 2 * torch.rand(1, 2, k, k, requires_grad=True) - 1

Thanks for your great and elegant coding!
I have a question about "Geometric Prior". Why the inputs are random numbers, while it should be relative position in the original paper?

Hi, I find the paper proposes a method to learn geometric prior values denoted as LR(G*)
image

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