Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
coverity 68746,68745
  • Loading branch information
harveyj1953 authored and vgvassilev committed Apr 26, 2017
commit c39fbdda239be8c1143d76f538e445b79dd9fdb8
1 change: 1 addition & 0 deletions tmva/tmva/inc/TMVA/DNN/Layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ TLayer<Architecture_t>::TLayer(const TLayer &layer)
{
Architecture_t::Copy(fWeights, layer.GetWeights());
Architecture_t::Copy(fBiases, layer.GetBiases());
fDropoutProbability = 0.;
}

//______________________________________________________________________________
Expand Down