Skip to content

Commit

Permalink
Update Auto3DSeg ALGO_HASH (#5973)
Browse files Browse the repository at this point in the history
Signed-off-by: Mingxin Zheng
<18563433+mingxin-zheng@users.noreply.github.com>

Fixes #5972 .

### Description
Fix and New Feature included:
- fix cache rate:
Project-MONAI/research-contributions#173
- typo fix
Project-MONAI/research-contributions#178
- scheduler step fix
Project-MONAI/research-contributions#182
- enhancement
Project-MONAI/research-contributions#184
- Fixed pretrain weight loading
Project-MONAI/research-contributions#202

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] `python tests/test_integration_autorunner.py` succeeded locally

---------

Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
  • Loading branch information
mingxin-zheng authored Mar 15, 2023
1 parent 778d0aa commit af46d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/apps/auto3dseg/bundle_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from monai.utils import ensure_tuple

logger = get_logger(module_name=__name__)
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "1dde7a1")
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "d0fa876d")

__all__ = ["BundleAlgo", "BundleGen"]

Expand Down

0 comments on commit af46d7b

Please sign in to comment.