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

Differentiable AP #27

Closed
Tracked by #16
marcobonici opened this issue Sep 1, 2024 · 1 comment · Fixed by #30
Closed
Tracked by #16

Differentiable AP #27

marcobonici opened this issue Sep 1, 2024 · 1 comment · Fixed by #30
Assignees
Labels
enhancement New feature or request

Comments

@marcobonici
Copy link
Member

No description provided.

@marcobonici marcobonici mentioned this issue Sep 1, 2024
5 tasks
@marcobonici
Copy link
Member Author

With the latest commit, we got a differentiable version of AP in the AP_ad branch. The issue, is that it is too slow, as it takes around 110 ms to compute the gradient!

  1. 100 ms get from the projectant calculation
  2. 10 ms comes from the interpolations, which actually use DataInterpolations to work
    Fixing the following two issues should give back a good performance!

@marcobonici marcobonici added the enhancement New feature or request label Sep 2, 2024
@marcobonici marcobonici self-assigned this Sep 2, 2024
@marcobonici marcobonici mentioned this issue Sep 4, 2024
@marcobonici marcobonici linked a pull request Sep 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant