deep_image_model
deep_image_model copied to clipboard
CNN is not connected to LSTM?
As I understand CNN is not connected to LSTM? https://github.com/tobegit3hub/deep_cnn/blob/master/pokemon_classifer.py#L248
Also what is point of RNN usage in image classification task?
Hi @mrgloom , you're right and using LSTM for single image classification seems improper.
This is the project to show how to construct the "time-serial" data to use RNN models as well as CNN models. You can convert the image dataset for these and of course you can train with the more suitable dataset.