Closed AK391 closed 2 years ago
The fine-tuned models are not currently saved as they will disappear after the session. There probably is a way to save it directly to your GDrive. Is that something you want?
@mchong6 oh I actually meant in the colab notebook I could not find the location, let me check again
I did not save it in the colab notebook. To save it you can run
torch.save({"g": generator.state_dict()}, f"checkpoint.pt")
@mchong6 ok thanks
are the finetuned models saved currently in the colab?