Skip to content

Commit 9e35e19

Browse files
committed
update
1 parent f0f1e86 commit 9e35e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cnn_class/edge_benchmark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main():
6363
Ytest = test['y'].flatten() - 1
6464

6565
# gradient descent params
66-
max_iter = 6
66+
max_iter = 15
6767
print_period = 10
6868
N, D = Xtrain.shape
6969
batch_sz = 500

0 commit comments

Comments
 (0)