We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabc198 commit d652774Copy full SHA for d652774
1 file changed
monai/apps/auto3dseg/bundle_gen.py
@@ -44,7 +44,7 @@
44
from monai.utils.enums import AlgoKeys
45
46
logger = get_logger(module_name=__name__)
47
-ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "e01d67a")
+ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "3e11dd0")
48
49
__all__ = ["BundleAlgo", "BundleGen"]
50
0 commit comments