Skip to content

Commit

Permalink
v2.2 Build
Browse files Browse the repository at this point in the history
API updates:
- Add support for adding not given modality as `None`
- Add support for additional arguments in `nn.FeaturedData` and `nn.MAGNET2`
- Introducing `builder` package
- Rename `Mid*Fusion` module to `Mean*Fusion`
- Skip loss calculation in `losses.MAGLoss` when a modality is not given
  • Loading branch information
kisonho committed Apr 11, 2024
1 parent 63a1bf2 commit ef23653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion magnet/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from torchmanager_core import Version

VERSION = Version("2.2b3")
VERSION = Version("2.2")
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "magms"
version = "2.2b3"
description = "Modality-Agnostic Learning for Medical Image Segmentation Using Multi-modality Self-distillation (v2.2 Beta 3)"
version = "2.2"
description = "Modality-Agnostic Learning for Medical Image Segmentation Using Multi-modality Self-distillation (v2.2)"
authors = ["Qisheng He <Qisheng.He@wayne.edu>"]
repository = "https://github.com/kisonho/magnet.git"

Expand Down

0 comments on commit ef23653

Please sign in to comment.