Skip to content

Commit

Permalink
prolly a bad idea to just drop important flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Matthews committed Oct 28, 2016
1 parent f9a5f6c commit a8d8edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynet/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ static void remove_args(int& argc, char**& argv, int& argi, int n) {

DynetParams extract_dynet_params(int& argc, char**& argv, bool shared_parameters) {
DynetParams params;
params.shared_parameters = shared_parameters;

int argi = 1;

Expand Down

1 comment on commit a8d8edc

@pmichel31415
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.