Skip to content

Commit

Permalink
Update test_all.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 26, 2024
1 parent 352ba1f commit 2b02ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
nodes_hidden_layer = [1000, 100]
Learning_Rate2 = [0.035, 0.045]
L2 = [0.1]
Learning_Rate1 = [0.01, 0.02, 0.03, 0.04, 0.05, 0.06]
L = [0.04, 0.05, 0.06, 0.07, 0.08, 0.09]
Learning_Rate1 = [0.02, 0.03]
L = [0.06, 0.07]
Num_Epochs = 100
t = 0.01
dim_E = 5
Expand Down

0 comments on commit 2b02ee0

Please sign in to comment.