This is the information about the trained dataset
It took me 24 hrs to train the whole dataset. I guess its fully trained but its still showing (1150/1583).
Nevertheless how can I save my progress so that I don't have to retrain
I tried saving the code once but the model started training again.
## Save Model
torch.save(netG, 'C:/6th sem/TT(L)/Face detection/imgGen.pt')
torch.save(netD, 'C:/6th sem/TT(L)/Face detection/imgDis.pt')
So I used this I'm not sure it will work or not.
You can use
joblibto save and load model.And use method joblib.dump() and joblib.load()