BiaPy
BiaPy copied to clipboard
Enable Bioimage Model Zoo pretrained models for training
Add the option to retrain BMZ models, not just to do inference. There are two options we can do:
- Use Torchscript directly loaded models and work with that (possible errors in DDP? need to ensure all functionalities).
- Create a "regular" Pytorch model by calling the function that returns the model in the provided
.pyfile (args are stored in the RDF), and then loadpytorch_state_dictweigths. More complicated but this will ensure all functionalities of Pytorch