This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Can't save and load models using the SemanticSegmentation Task #388
Labels
bug / fix
Something isn't working
Epic
help wanted
Extra attention is needed
Priority
won't fix
This will not be worked on
🐛 Bug
Unable to properly load a saved SemanticSegmentation model using Flash.
Tried 3 methods -
1-2. Saving with jit using
model.to_torchscript(methos='trace',...)
3. Saving weight using
torch.save(model.backbone.state_dict(),...)
Code sample
Code mostly follows the SemanticSegmentation example
Changed backbone to Unet and added saving and loading phase
The text was updated successfully, but these errors were encountered: