Skip to content

Commit 6dd8ef2

Browse files
author
song
committed
test loss
1 parent c980d04 commit 6dd8ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0700_raw_CNN_overfitting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_and_decode(filename):
3939
# Parameters
4040
x_len = 131072
4141
learning_rate = 0.001
42-
training_epochs = 100
42+
training_epochs = 10000
4343
display_step = 10
4444
num_threads = 8
4545
dropout = 0.75

0 commit comments

Comments
 (0)