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

CNN-Mimick and DyNet 2.0 #2

Merged
merged 20 commits into from
Nov 22, 2017
Merged

CNN-Mimick and DyNet 2.0 #2

merged 20 commits into from
Nov 22, 2017

Conversation

yuvalpinter
Copy link
Owner

This branch adds two major components:

  1. Code upgraded to support DyNet 2.0. One caveat is that loading models have to be while knowing the internal parameters of the model (see DyNet documentation). There's an old_load function that supports the old format, but not plug-and-play.
  2. A CNN version of Mimick! This version currently supports only one layer of convolution. The architecture is conv -> max-pooling -> FC -> tanh -> FC. There are no saved models available. Results with new models will hopefully be published in due time (no spoilers for now).

Also, the code is now more readable and less scattered in general.

@yuvalpinter yuvalpinter merged commit 07b6745 into master Nov 22, 2017
@yuvalpinter yuvalpinter deleted the cnn branch November 22, 2017 19:07
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