jamesdolezal / slideflow

Deep learning library for digital pathology, with both Tensorflow and PyTorch support.
https://slideflow.dev
GNU General Public License v3.0
234 stars 39 forks source link

Neptune in mil sf consistent #305

Closed HelloIAmOleg closed 11 months ago

HelloIAmOleg commented 11 months ago

Updated changes made to MIL model training tools with neptune logging support, making them consistent with how neptune is handled in other training modules, namely utilizing Project properties use_neptune, neptune_workspace and neptune_api with an added possibility to give runs custom names through neptune_name argument passed to the train_mil method.