BrainLesion / AURORA

Segmentation models for cancer metastasis in brain MR
https://www.thegreenjournal.com/article/S0167-8140(23)89795-X/fulltext
Apache License 2.0
5 stars 1 forks source link

[feature request] Improve weights download logic and robustness #46

Closed MarcelRosier closed 3 months ago

MarcelRosier commented 7 months ago

Currently there is no way to update model weights, delete old weights, redownload automatically after download errors etc. Improve this

neuronflow commented 7 months ago

We could save the package version number in a file next to the downloaded weights and always cross-check the version. If the package number changes, this would trigger a re-download of the weights.

The downside is that this would create a lot of unnecessary traffic.