Deep-Convolution-Stock-Technical-Analysis icon indicating copy to clipboard operation
Deep-Convolution-Stock-Technical-Analysis copied to clipboard

About dropout

Open pitera05 opened this issue 5 years ago • 0 comments

Hi @ line 103, may I know if it's typo? since the keep_prob will be 0 when dropout is 1, it's strange.

      if dropout > 0.0:
        output = tf.nn.dropout(output, keep_prob=1 - dropout)

pitera05 avatar Oct 31 '19 15:10 pitera05