Releases: siemdejong/sclicom
Releases · siemdejong/sclicom
v4.0.0
Fix
- Update mil config to reflect new signature (
c4dc0ed
) - Filter h5 dataset by filenames (
b3e1770
) - Safely bypass sigint or sigterm (
388d368
) - Remove trainer arguments for pl2 (
99194e0
)
Breaking
- train|val|test_path keywords now do not refer to the the target train|val|test paths to output h5 files to, but to the files providing paths_and_targets. file_path is the new target file, containing all images. (
b3e1770
)
v3.2.1
v3.2.0
Feature
Fix
- Lightning 2.0 ignore missing type imports (
08b3e85
) - Ddp default find_unused_parameters=False (
3e2a15d
) - Use recommended precision (
6b654e2
) - Rename epoch_end to on_epoch_end (
37e0c52
) - Add torch/lightning v2 deps (
2afdf05
) - Simclr-16-3 update (
29fdf58
)
Performance
- Do not log to progress bar (
da4e3b4
)