keras_monet icon indicating copy to clipboard operation
keras_monet copied to clipboard

example of using LSTM Networks to generate Monet - like paintings

Results 3 keras_monet issues
Sort by recently updated
recently updated
newest added

Theano and keras are installed from their git repos. When running "python lstm_image_generation.py", the script stopped at this line: model.add(LSTM(len(chars), 512, return_sequences=True)) I believe that because the API change in...

Is there a trick to changing the Quantizing of the input images to accommodate for larger pixel size images while not increasing the RAM usage dramatically?

Hi, I am a newbee into rnn. As you see, theano sometimes not easy for configuration. My gpu is gtx760 and it use nearly 800s per iteration. I am afraid...