Project 'biosignal/software/mednet' was moved to 'medai/software/mednet'. Please update any links and bookmarks that may still have the old path.
Commits on Source (20)
-
André Anjos authored
[datamodule] Slightly streamlines the datamodule approach; adds documentation; adds type annotations; adds TODOs
-
André Anjos authored
-
Daniel CARRON authored
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
André Anjos authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
Implemented BCEWithLogitsLoss reweighting function Removed save_hyperparameters from model Apply augmentation transforms on singular images Fixed model summary
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
-
Daniel CARRON authored
Showing
- pyproject.toml 30 additions, 30 deletionspyproject.toml
- src/ptbench/configs/models/alexnet.py 15 additions, 4 deletionssrc/ptbench/configs/models/alexnet.py
- src/ptbench/configs/models/alexnet_pretrained.py 16 additions, 5 deletionssrc/ptbench/configs/models/alexnet_pretrained.py
- src/ptbench/configs/models/densenet.py 15 additions, 5 deletionssrc/ptbench/configs/models/densenet.py
- src/ptbench/configs/models/densenet_pretrained.py 15 additions, 5 deletionssrc/ptbench/configs/models/densenet_pretrained.py
- src/ptbench/configs/models/pasa.py 17 additions, 5 deletionssrc/ptbench/configs/models/pasa.py
- src/ptbench/data/base_datamodule.py 0 additions, 196 deletionssrc/ptbench/data/base_datamodule.py
- src/ptbench/data/datamodule.py 597 additions, 0 deletionssrc/ptbench/data/datamodule.py
- src/ptbench/data/dataset.py 7 additions, 527 deletionssrc/ptbench/data/dataset.py
- src/ptbench/data/padchest/__init__.py 1 addition, 1 deletionsrc/ptbench/data/padchest/__init__.py
- src/ptbench/data/raw_data_loader.py 33 additions, 0 deletionssrc/ptbench/data/raw_data_loader.py
- src/ptbench/data/shenzhen/__init__.py 0 additions, 19 deletionssrc/ptbench/data/shenzhen/__init__.py
- src/ptbench/data/shenzhen/default.py 27 additions, 20 deletionssrc/ptbench/data/shenzhen/default.py
- src/ptbench/data/shenzhen/raw_data_loader.py 67 additions, 0 deletionssrc/ptbench/data/shenzhen/raw_data_loader.py
- src/ptbench/data/shenzhen/rgb.py 30 additions, 71 deletionssrc/ptbench/data/shenzhen/rgb.py
- src/ptbench/data/shenzhen/utils.py 0 additions, 114 deletionssrc/ptbench/data/shenzhen/utils.py
- src/ptbench/data/split.py 258 additions, 0 deletionssrc/ptbench/data/split.py
- src/ptbench/data/transforms.py 23 additions, 41 deletionssrc/ptbench/data/transforms.py
- src/ptbench/engine/callbacks.py 4 additions, 5 deletionssrc/ptbench/engine/callbacks.py
- src/ptbench/engine/trainer.py 37 additions, 19 deletionssrc/ptbench/engine/trainer.py
src/ptbench/data/base_datamodule.py
deleted
100644 → 0
src/ptbench/data/datamodule.py
0 → 100644
This diff is collapsed.
src/ptbench/data/shenzhen/raw_data_loader.py
0 → 100644
src/ptbench/data/shenzhen/utils.py
deleted
100644 → 0
src/ptbench/data/split.py
0 → 100644