Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure of network #8

Open
deckyal opened this issue Aug 25, 2017 · 1 comment
Open

Structure of network #8

deckyal opened this issue Aug 25, 2017 · 1 comment

Comments

@deckyal
Copy link

deckyal commented Aug 25, 2017

Hi, just a quick question. How is the structure of the network in the main_conv_lstm.py??

If I understand correctly is that the network passed the image to the 4 layer of convolutional. Then to one layer of conv lstm. Then to 4 layer deconvolutional. Isn't it?

If yes then, how to use multi layer of this conv lstm?.

Thanks

@loliverhennigh
Copy link
Owner

That is what is happening with the network architecture. If you want a better architecture consider checking out the branch here https://github.com/loliverhennigh/Convolutional-LSTM-in-Tensorflow/tree/residual_model . It uses residual connections and stuff. I wrote it as an example for someone a while back. It should kinda give you an example of how to do multi layer conv lstm. Otherwise ConvLSTMs are now in TensorFlow master and can be used as normal recurrent networks. Here is an example of using them with dynamic_rnn method https://github.com/loliverhennigh/dynamic_rnn_conv_lstm/blob/master/mnist_deep.py#L65. It should be pretty easy to get them to work in a multi layer way with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants