Skip to content

Implementing a Convolutional Rec Net #159

@geevi

Description

@geevi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions