We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1e86 commit 9e35e19Copy full SHA for 9e35e19
cnn_class/edge_benchmark.py
@@ -63,7 +63,7 @@ def main():
63
Ytest = test['y'].flatten() - 1
64
65
# gradient descent params
66
- max_iter = 6
+ max_iter = 15
67
print_period = 10
68
N, D = Xtrain.shape
69
batch_sz = 500
0 commit comments