-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
Hi,
I was trying to implement the following:
1.) A convolutional net convert input to a vector of 500 real numbers z[1] .. z[500]
2.) A reccurent net which is given the same input z for 5 time steps and outputs a sequence of 5 labels.
First used the repeater, but it runs the conv net 5 times on the same input. I want the conv net to run once to get z, and then the recurrent net is given the same input z for 5 time steps.
Any suggestions?
thanks
Metadata
Metadata
Assignees
Labels
No labels