Skip to content

Commit

Permalink
reduce again
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 26, 2024
1 parent 9aeb7ba commit fcc4cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classifier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ end
# check different resources (CPU1, CUDALibs, etc)) give about the same loss:
reference = losses[1]
println("losses for each resource: $losses")
@test all(x -> abs(x - reference) / reference < 5e-3, losses[2:end])
@test all(x -> abs(x - reference) / reference < 1e-2, losses[2:end])


# # NEURAL NETWORK BINARY CLASSIFIER
Expand Down

0 comments on commit fcc4cf8

Please sign in to comment.