Further cleaned up the code, created utils modules, helpers function for...
Further cleaned up the code, created utils modules, helpers function for plotting, added unet model with deep supervision
Showing
- .vscode/settings.json 6 additions, 0 deletions.vscode/settings.json
- evaluation.sh 0 additions, 0 deletionsevaluation.sh
- src/models/UNeXt/.ipynb_checkpoints/archs-checkpoint.py 479 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/archs-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/config-checkpoint.py 229 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/config-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/dataset-checkpoint.py 76 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/dataset-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/losses-checkpoint.py 39 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/losses-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/metrics-checkpoint.py 30 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/metrics-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/post_process-checkpoint.py 138 additions, 0 deletions...odels/UNeXt/.ipynb_checkpoints/post_process-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/train-checkpoint.py 355 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/train-checkpoint.py
- src/models/UNeXt/.ipynb_checkpoints/utils-checkpoint.py 36 additions, 0 deletionssrc/models/UNeXt/.ipynb_checkpoints/utils-checkpoint.py
- src/models/dsUnet.py 278 additions, 0 deletionssrc/models/dsUnet.py
- src/models/losses/.ipynb_checkpoints/AutomaticWeightedLoss-checkpoint.py 0 additions, 0 deletions...es/.ipynb_checkpoints/AutomaticWeightedLoss-checkpoint.py
- src/models/losses/.ipynb_checkpoints/focalLoss-checkpoint.py 14 additions, 0 deletionssrc/models/losses/.ipynb_checkpoints/focalLoss-checkpoint.py
- src/models/losses/AutomaticWeightedLoss.py 31 additions, 0 deletionssrc/models/losses/AutomaticWeightedLoss.py
- src/models/losses/__init__.py 0 additions, 0 deletionssrc/models/losses/__init__.py
- src/models/losses/focalLoss.py 14 additions, 0 deletionssrc/models/losses/focalLoss.py
- src/models/unet/.ipynb_checkpoints/__init__-checkpoint.py 1 addition, 0 deletionssrc/models/unet/.ipynb_checkpoints/__init__-checkpoint.py
- src/notebooks/Preprocessing.ipynb 327 additions, 249 deletionssrc/notebooks/Preprocessing.ipynb
- src/train-optimize-hyperparam.py 2 additions, 14 deletionssrc/train-optimize-hyperparam.py
- src/utils/IcyXml.py 34 additions, 1 deletionsrc/utils/IcyXml.py
Please register or sign in to comment