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

basic doubt #23

Open
nanmehta opened this issue Sep 28, 2021 · 2 comments
Open

basic doubt #23

nanmehta opened this issue Sep 28, 2021 · 2 comments

Comments

@nanmehta
Copy link

sir, can you please let me know, why have you use backward compatible code also in the implementation.
I am talking about the class defined below..
@staticmethod
def backward(ctx, grad_output):
assert grad_output.is_cuda

    .........
@theFoxofSky
Copy link
Owner

The forward of DDF is implemented in CUDA, the autograd is not suitable for this case. So, I also implement the backward function.

@nanmehta
Copy link
Author

nanmehta commented Oct 9, 2021

sir, can you please explain the concept of the relation between dynamic filters and attention as shown in Figure 3 of your paper.
How can we relate applying dynamic concept (where every filter is applied to each pixel) with attention

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