keras/examples
Xingdi (Eric) Yuan 38a3228999 Bug fixes:
“TypeError: Cannot cast ufunc subtract output from dtype('float64') to
dtype('uint8') with casting rule 'same_kind'” in
keras/preprocessing/image.py, line 239, when using data augmentation.
2015-10-12 15:09:25 +08:00
..
addition_rnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
babi_rnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
cifar10_cnn.py Bug fixes: 2015-10-12 15:09:25 +08:00
imdb_cnn.py Incorporate image_shape and filter_shape in convs 2015-10-05 13:02:31 -07:00
imdb_lstm.py fix Embedding config property to include new input_length property, add input_length to all examples with Embedding layer 2015-10-09 16:35:48 -04:00
kaggle_otto_nn.py Add shape inference to Graph containers 2015-10-05 12:01:24 -07:00
lstm_text_generation.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_cnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_irnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_mlp.py Update all examples with new API 2015-10-04 18:44:49 -07:00
reuters_mlp.py Update all examples with new API 2015-10-04 18:44:49 -07:00
skipgram_word_embeddings.py Update all examples with new API 2015-10-04 18:44:49 -07:00