The model storage files indicate architecture, but Keras models have a name attribute that could also be used.
The name of a model should be the same or similar to its file name in terms of indicating the model specifications, size/layers, mixtures, dimension.
Strictly speaking, only the mixtures and dimension may be required as this information is required for sampling from the MDN output.
The model storage files indicate architecture, but Keras models have a
nameattribute that could also be used.The
nameof a model should be the same or similar to its file name in terms of indicating the model specifications, size/layers, mixtures, dimension.Strictly speaking, only the mixtures and dimension may be required as this information is required for sampling from the MDN output.