BiaPy icon indicating copy to clipboard operation
BiaPy copied to clipboard

Enable Bioimage Model Zoo pretrained models for training

Open danifranco opened this issue 2 years ago • 0 comments

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 .py file (args are stored in the RDF), and then load pytorch_state_dict weigths. More complicated but this will ensure all functionalities of Pytorch

danifranco avatar Nov 23 '23 11:11 danifranco