keras-mdn-layer icon indicating copy to clipboard operation
keras-mdn-layer copied to clipboard

Reseting Model Weights

Open doloresgarcia opened this issue 5 years ago • 1 comments

Hi, I was wondering whether reseting the model weights was available.

doloresgarcia avatar Nov 08 '19 14:11 doloresgarcia

Hi @doloresgarcia,

I'm not quite sure what you mean. The MDN layer consists of three dense layers (in parallel), mdn_mus, mdn_sigmas, man_pis. So if you want to reinitialise these, you could just access them directly and modify the weights as for any other Keras layer.

Is that what you want to do?

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, 9 November 2019 1:34 AM, doloresgarcia [email protected] wrote:

Hi, I was wondering wether reseting the model weights was available.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cpmpercussion avatar Nov 10 '19 10:11 cpmpercussion