Closed adrianastan closed 4 years ago
Hi,
I was wondering why aren't you saving the state_dict in the checkpoints? It doesn't seem like you are saving it somewhere else. And this is also the case for Waveglow: https://github.com/NVIDIA/waveglow/blob/master/train.py
Thanks!
When running multiple experiments we find it useful to save the model in case there are changes to the code.
Ok, got it, thanks!
Hi,
I was wondering why aren't you saving the state_dict in the checkpoints? It doesn't seem like you are saving it somewhere else. And this is also the case for Waveglow: https://github.com/NVIDIA/waveglow/blob/master/train.py
Thanks!