image-classification-rnn icon indicating copy to clipboard operation
image-classification-rnn copied to clipboard

Classify MNIST image dataset into 10 classes. Build an image classifier with Recurrent Neural Network (RNN: LSTM) on Tensorflow.

Results 2 image-classification-rnn issues
Sort by recently updated
recently updated
newest added

This repository processed MNIST, which has only one channel. But I need to process my rgb images. So how to do the modifications? Thank you.

`WARNING:tensorflow:From C:/Users/*/Documents/Projects/image-classification-rnn/train.py:27: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version. Instructions for updating: Please use alternatives such as official/mnist/dataset.py from tensorflow/models. WARNING:tensorflow:From C:\Users\*\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\contrib\learn\python\learn\datasets\mnist.py:260: maybe_download (from...