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

Modify _log_input_summary function #7811

Open
wants to merge 20 commits into
base: dev
Choose a base branch
from

Commits on May 27, 2024

  1. Modify _log_input_summary function

    Fixes Project-MONAI#7513
    
    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bf9db2c View commit details
    Browse the repository at this point in the history
  2. Modify "_log_input_summary" function

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7f2633e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3d6ac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    0c7857a View commit details
    Browse the repository at this point in the history
  2. modify _log_input_summary function.

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    60b9947 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-issue-7513' of https://github.com/hyacinth97223/MONAI

    … into fix-issue-7513
    
     I modify the _log_input_summary function and add the following
     functionality:
        Logs the input summary of a MONAI bundle script to the console and a local log file.
        Each rank's logs are tagged with their rank number and saved to individual log files.
        Reads the base log path from the logging.conf file and creates a separate log file for each rank.
        Add log_all_ranks as a parameter to determine whether to log all ranks or only rank 0.
    hyacinth97223 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4fe7d52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fda340 View commit details
    Browse the repository at this point in the history
  5. fix: auto-fix imports in scripts.py

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    93ad7a5 View commit details
    Browse the repository at this point in the history
  6. fix: auto-fix imports in scripts.py

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    930ce2c View commit details
    Browse the repository at this point in the history
  7. fix: auto-fix imports in scripts.py

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c55e9c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d914f4e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    dec4b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7fcd41 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    9440c80 View commit details
    Browse the repository at this point in the history
  2. Fix log_input_summary function

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    43ca23d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-issue-7513' of https://github.com/hyacinth97223/MONAI

    … into fix-issue-7513
    
    Logs the input summary of a MONAI bundle script to the console and a local log file.
    Each rank's logs are tagged with their rank number and saved to individual log files.
    Reads the base log path from the logging.conf file and creates a separate log file for each rank.
    !Add log_all_ranks as a parameter to determine whether to log all ranks or only rank 0.
    hyacinth97223 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7eb7b79 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a9507ad View commit details
    Browse the repository at this point in the history
  2. Fix log_input_summary

    Signed-off-by: Ted.Lai <[email protected]>
    hyacinth97223 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    69001d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-issue-7513' of https://github.com/hyacinth97223/MONAI

    … into fix-issue-7513
    
     Logs the input summary of a MONAI bundle script to the console and a local log file.
     Each rank's logs are tagged with their rank number and saved to individual log files.
     Reads the base log path from the logging.conf file and creates a separate log file for each rank.
     Add log_all_ranks as a parameter to determine whether to log all ranks or only rank 0.
    hyacinth97223 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a4ae330 View commit details
    Browse the repository at this point in the history