Closed MationPlays closed 2 years ago
Hello, can the trained FewShotCNN model saved somehow to compare its performance with other segmentation approaches? the net can be evaluated but can I save it? Thanks for help!
this is how you save: torch.save(model.state_dict(), "path/model.pt")
Hello, can the trained FewShotCNN model saved somehow to compare its performance with other segmentation approaches? the net can be evaluated but can I save it? Thanks for help!