Skip to content

Commit

Permalink
fix test value off by -07
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 20, 2024
1 parent fdf39f3 commit 58083a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axon/basic_test.goal
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ func NetTestLearn(t *testing.T, tol float32, gpu bool) {

hidDwts := []float32{0.0034167361, 0.0049937717, 0.00403544, 0.004449356}
outDwts := []float32{0.0009000063, 0.005000009, 0.0022999954, 0.0025999974}
hidWts := []float32{0.52048916, 0.52992797, 0.5241941, 0.5266715}
hidWts := []float32{0.52048916, 0.52992797, 0.5241945, 0.5266715}
outWts := []float32{0.5053999, 0.52996504, 0.51379675, 0.51559514}

hiddwt := make([]float32, 4*nLearnParams)
Expand Down

0 comments on commit 58083a4

Please sign in to comment.