Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

What's the shape of input? #12

Closed
mikumeow opened this issue Apr 25, 2019 · 1 comment
Closed

What's the shape of input? #12

mikumeow opened this issue Apr 25, 2019 · 1 comment

Comments

@mikumeow
Copy link

This is a question rather than an issue, sorry for bothering. > +
I have questions about input/output shape, as well as the meaning of "input_channel".
According to #gradient check part of the code, the input is in the shape of (1, 512, 64, 32), while the output shrinks to (1, 32, 64, 32).
I assume for the input, 1 is batch size, 512 is input_channel, and the image is of size 64*32.

The questions are: What does these channels mean? Are they filters as in Keras convLSTM library(https://keras.io/layers/recurrent/#convlstm2dcell)? How do we input a sequence of 5 images? And why is output channel smaller than the input?

@mikumeow
Copy link
Author

mikumeow commented May 9, 2019

Have another issue after further understanding and after author updated the code.

@mikumeow mikumeow closed this as completed May 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant