diff --git a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/keras/keras_model.h b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/keras/keras_model.h index c3225067fbf6eb3dd3cb1096ea0b7820301ebf94..6195797aafdb0852103b273fff1b423d466dfdac 100644 --- a/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/keras/keras_model.h +++ b/Rec/ChargedProtoANNPID/src/yPID/MC15TuneV1/keras/keras_model.h @@ -315,7 +315,6 @@ class KerasLayerDense : public KerasLayer { Tensor weights_; Tensor biases_; - private: KerasLayerActivation activation_; }; @@ -333,7 +332,6 @@ class KerasLayerConvolution2d : public KerasLayer { Tensor weights_; Tensor biases_; - private: KerasLayerActivation activation_; }; @@ -407,7 +405,6 @@ class KerasLayerLSTM : public KerasLayer { bool return_sequences_; - private: KerasLayerActivation innerActivation_; KerasLayerActivation activation_; };