Skip to content

Commit

Permalink
fix test results
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jan 6, 2025
1 parent 9a5a118 commit d226317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axon/basic_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axon/basic_test.goal
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ func NetTestRLRate(t *testing.T, tol float32, gpu bool) {
hidDwts := []float32{2.0619032e-07, 1.7971695e-05, 2.5249506e-07, 1.3339283e-05}
outDwts := []float32{0.01540925, 0.021186322, 0.02152678, 0.021516494}
hidWts := []float32{0.5000011, 0.500108, 0.50000143, 0.5000801}
outWts := []float32{0.59144425, 0.62451977, 0.62643707, 0.6263793}
outWts := []float32{0.5914442, 0.6245194, 0.62643737, 0.6263791}

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

0 comments on commit d226317

Please sign in to comment.