auspicious3000 / autovc

AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
https://arxiv.org/abs/1905.05879
MIT License
990 stars 205 forks source link

The autovc.ckpt file size is 341MB but in training is 242MB #76

Closed ghost closed 3 years ago

ghost commented 3 years ago

In solver_encoder.py I added: torch.save({'model': self.G.state_dict(), 'optimizer': self.g_optimizer.state_dict()}, 'autovc_bib.ckpt') But file size is 242MB. Is you use different model? why size different?