basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

Save the weights and training config #35

Open OssamaAlshabrawy opened 6 years ago

OssamaAlshabrawy commented 6 years ago

I'm just wondering how can I save the weights and training config for the model. According to Keras documentation, .json file save only the network config not the weights nor the training config

Thanks in advance, Ossama