mist-medical / MIST

MIST: A simple, scalable, and end-to-end framework for 3D medical imaging segmentation.
Apache License 2.0
21 stars 12 forks source link

Minor bug fixes for filtering hidden files and error handling for multiple GPUs and small datasets. #34

Closed aecelaya closed 6 days ago

aecelaya commented 6 days ago

Minor bug fixes for filtering hidden files when constructing CSV files like train_paths and fg_bboxes.

Throw a ValueError when the validation set size is smaller than the number of GPUs used for training.