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

fix typo. add option for 'momentum'. repair gm_reg mode for resnet/densenet/alexnet. repair gradcam for models other than vgg #83

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2021

  1. fixing typo. add option for 'momentum'.

    fixing typo. add option for 'momentum'.
    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    22d08bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41b458 View commit details
    Browse the repository at this point in the history
  3. add momentum option for SGD and RMSprop

    note: Adam does not have momentum parameter
    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b8d316f View commit details
    Browse the repository at this point in the history
  4. add 'momentum' option

    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    941e392 View commit details
    Browse the repository at this point in the history
  5. add 'momentum' option

    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    d5f611b View commit details
    Browse the repository at this point in the history
  6. add 'momentum' option

    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    87728b2 View commit details
    Browse the repository at this point in the history
  7. add 'momentum' option

    delphieritas authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    9a694cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a83cd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0180885 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    841cc0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef948fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea9296a View commit details
    Browse the repository at this point in the history