tatsy / keras-generative

Deep generative networks, coded with Keras.
122 stars 28 forks source link

How can I generate new image through the hdf5 #8

Closed NiFangBaAGe closed 6 years ago

NiFangBaAGe commented 6 years ago

@tatsy Hi, I have trained cvaegan ,and now I want to generate new image. How can I generate new image through the hdf5.

tatsy commented 6 years ago

Hi @NiFangBaAGe,

I'm afraid that I do not prepare a script for generating new images. So, you should write a new script by your own.

This process includes the construction of the network, loading the parameters (from HDF5 file), and then generate a new image. It will help you to see the process to save images in the file base.py

https://github.com/tatsy/keras-generative/blob/master/models/base.py#L137