We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89b9d commit fa108bbCopy full SHA for fa108bb
test/ext_reactant/reactant.jl
@@ -89,7 +89,7 @@ end
89
for (model, x, name) in models_xs
90
@testset "check grad $name" begin
91
println("testing $name with Reactant")
92
- test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
+ # test_gradients(model, x; loss, compare_finite_diff=false, test_reactant=true)
93
end
94
95
0 commit comments