You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ended up doing a lot but initially: convert_ids_to_logits() does not work with single-channel IDs (#223)
* Refactored `convert_ids_to_logits` and `convert_logits_to_ids` for enhanced flexibility and clarity. (#222)
* Refactored `logitfy_no_grad` to simplify logic and ensure no-grad context only where necessary. (#222)
* Refactored `convert_ids_to_logits` to simplify shape modification logic. (#222)
* Fixed output handling in deep supervision for segmentation preset. (#222)
* Refactored `forward` methods in loss functions for improved readability and consistency. (#222)
* Refactored dice metric to remove double summation. (#222)
* Added `folder` method to `Dataset` class for retrieving folder attribute. (#222)
* Added validation to `convert_ids_to_logits` to enforce positive integer class IDs. (#222)
* Refactored type hints in `inspection.py` to explicitly use tuples for shape definitions. (#222)
* Added worst validation case logging during training for improved tracking. (#222)
* Refactored statistical shape computation in `inspection.py` for simplification and removed redundant caching. (#222)
* Refactored and renamed statistical shape computation in `inspection.py` for improved clarity and consistency. (#222)
* Added `TensorLoader` import to `__init__.py` in `data` module. (#222)
* Added `order` parameter to `JointTransform` for configurable transform application sequence. (#222)
* Refactored `JointTransform` to use `Literal`-based type hints for `order` to enhance type safety. (#222)
* Refactored `sanity_check` logic into a dedicated method `sanity_check` in `training.py` for improved modularity and code reuse. (#222)
* Refactored `sanity_check` to accept `template_model` as a parameter and adjusted its usage in `training.py` for improved flexibility and clarity. (#222)
0 commit comments