deep_image_model icon indicating copy to clipboard operation
deep_image_model copied to clipboard

CNN is not connected to LSTM?

Open mrgloom opened this issue 8 years ago • 1 comments

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?

mrgloom avatar Sep 01 '17 13:09 mrgloom

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.

tobegit3hub avatar Sep 02 '17 10:09 tobegit3hub