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

Refactor gradient check #8

Open
dilpath opened this issue Feb 4, 2022 · 0 comments
Open

Refactor gradient check #8

dilpath opened this issue Feb 4, 2022 · 0 comments

Comments

@dilpath
Copy link
Member

dilpath commented Feb 4, 2022

  • split gradient check into gradient calculator and gradient checker
    • gradient calculator for applications requiring FD gradients
  • gradient checker can stop calculating gradients for all sizes as soon as the check passes for any size
  • parallelize
  • refactor "check" functions and "postprocessor" functions to be more user-friendly (e.g. move into new Python file)
    • show examples of how to customize checks with e.g. functools.partial
  • add argument option to output results to file
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

1 participant