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

Stein's Unbiased Risk Estimator (SURE) loss and Conjugate Gradient #7308

Merged
merged 41 commits into from
Mar 22, 2024

Commits on Dec 11, 2023

  1. add sure loss, its test functions and its documents

    Signed-off-by: chaoliu <chaoliu@nvidia.com>
    cxlcl committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    73c1295 View commit details
    Browse the repository at this point in the history
  2. modified docs

    Signed-off-by: chaoliu <chaoliu@nvidia.com>
    cxlcl committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    74205dc View commit details
    Browse the repository at this point in the history
  3. add conjugate gradient: class, unit test and doc

    Signed-off-by: chaoliu <chaoliu@nvidia.com>
    cxlcl committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad597e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa5889 View commit details
    Browse the repository at this point in the history
  5. change the doc conjugate_gradient

    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6cc6a7a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    a30b4c2 View commit details
    Browse the repository at this point in the history
  2. fix CI error

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2546377 View commit details
    Browse the repository at this point in the history
  3. fix CI error

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2b5b895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29dbaa0 View commit details
    Browse the repository at this point in the history
  5. fix CI error

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    17f5ea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7679837 View commit details
    Browse the repository at this point in the history
  7. fix CI error

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1f75eb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8b34e7 View commit details
    Browse the repository at this point in the history
  9. fix CI error

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7b0e982 View commit details
    Browse the repository at this point in the history
  10. fix CI: after running ./runtest --autofix

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ea81474 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    ca45f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dea18a View commit details
    Browse the repository at this point in the history
  3. fix CI: after running ./runtest --autofix

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    58ee712 View commit details
    Browse the repository at this point in the history
  4. fix CI: after running ./runtest --autofix

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9755aa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd72c52 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    11302c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Update monai/losses/sure_loss.py

    Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and ericspod committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e2aad74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f8e6f View commit details
    Browse the repository at this point in the history
  3. modifications based on revision

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b995cb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a5c712 View commit details
    Browse the repository at this point in the history
  5. Modifications based on revision

    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    cxlcl committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    007e779 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    659d0c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    701342e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update docs/source/losses.rst

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b7198fb View commit details
    Browse the repository at this point in the history
  2. Update monai/losses/sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5590abc View commit details
    Browse the repository at this point in the history
  3. Update monai/losses/sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    281b780 View commit details
    Browse the repository at this point in the history
  4. Update monai/losses/sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    36ca0d4 View commit details
    Browse the repository at this point in the history
  5. Update tests/test_conjugate_gradient.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7b8c39d View commit details
    Browse the repository at this point in the history
  6. Update tests/test_sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    20e81a7 View commit details
    Browse the repository at this point in the history
  7. Update monai/networks/layers/conjugate_gradient.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    008920b View commit details
    Browse the repository at this point in the history
  8. Update tests/test_sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e5b9d13 View commit details
    Browse the repository at this point in the history
  9. Update tests/test_sure_loss.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    31fb456 View commit details
    Browse the repository at this point in the history
  10. Update tests/test_conjugate_gradient.py

    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    cxlcl and KumoLiu committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3971581 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    5e309c7 View commit details
    Browse the repository at this point in the history
  2. fix flake8

    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    81b9434 View commit details
    Browse the repository at this point in the history
  3. fix ci

    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    KumoLiu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2c78f4c View commit details
    Browse the repository at this point in the history