Skip to content

Commit

Permalink
Merge pull request #251 from clab/serialization-vanillalstm-bugfix
Browse files Browse the repository at this point in the history
Bugfix in vanillalstm serialization
  • Loading branch information
neubig authored Jan 17, 2017
2 parents 0e32f31 + 39fc331 commit 62859dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynet/lstm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ void VanillaLSTMBuilder::serialize(Archive& ar, const unsigned int) {
ar & params;
ar & layers;
ar & dropout_rate;
ar & hid;
}
DYNET_SERIALIZE_IMPL(VanillaLSTMBuilder);

Expand Down

0 comments on commit 62859dd

Please sign in to comment.