Open msrepo opened 1 year ago
Finalize what models are we going to put in the final table before running these expensive multiple folds. For example it was found that SwinUNETR does considerably well than UNETR(kind of obvious, given it is essentially an improvement over UNETR using shifted window) i.e. we might keep SwinUNETR instead of UNETR as representative of the best pure transformer model.
See https://github.com/mle-infrastructure/mle-logging for reference. there aggregate_over_seed() aggregates dicts.
current workflow
python scripts/generate_train_val_test_paths.py configs/full/Verse2019-DRR-full.yaml
TODO
csv
into paths
dirscripts
dir, create subdirs
Tasks