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

Topic/compose recurrent #32

Merged
merged 3 commits into from
Jul 15, 2017
Merged

Topic/compose recurrent #32

merged 3 commits into from
Jul 15, 2017

Conversation

HuwCampbell
Copy link
Owner

No description provided.

@HuwCampbell
Copy link
Owner Author

PR comes out of #30, in which @cpennington was eager to compose 2 LSTM networks with a Concat.

This required allowing a RecurrentNetwork to also be an instance of RecurrentLayer, which is an interesting challenge.

This PR changes the kind of recurrent shapes from Shape to *; but requires a Num instance for usage. It also changes the run functions, tapes, and gradients types to run only a single example at a time, like the recurrent layer.

Also added is a ConcatRecurrent layers, which is pretty neat.

@HuwCampbell HuwCampbell merged commit 9b18913 into master Jul 15, 2017
@HuwCampbell HuwCampbell deleted the topic/compose-recurrent branch July 15, 2017 10:39
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

Successfully merging this pull request may close these issues.

1 participant