Skip to content

Commit

Permalink
fix(graph): correctly discard dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
fantes authored and sileht committed Nov 3, 2020
1 parent 55ee5c8 commit 16409a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/net_caffe_recurrent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ namespace dd
top);
add_tile(this->_dnet_params, "tile_" + std::to_string(i), prevname,
top);
dropouts.insert(dropouts.begin() + i, 0.0);
}
else
{
Expand Down

0 comments on commit 16409a6

Please sign in to comment.