Pytorch-UNet
Pytorch-UNet copied to clipboard
After training the model, how to save it into model.pth
Sorry I know this might be a really stupid question. Should I just use any of the checkpoint_epoch.pth? Or where can I find the model.pth and save it?
The checkpoints contain the model weights yes. You should use the checkpoint for the epoch you prefer (better accuracy), usually the latest.