We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c980d04 commit 6dd8ef2Copy full SHA for 6dd8ef2
0700_raw_CNN_overfitting.py
@@ -39,7 +39,7 @@ def read_and_decode(filename):
39
# Parameters
40
x_len = 131072
41
learning_rate = 0.001
42
-training_epochs = 100
+training_epochs = 10000
43
display_step = 10
44
num_threads = 8
45
dropout = 0.75
0 commit comments