Temporary removal of Float16 test
This commit is contained in:
parent
7ab9d8ed3d
commit
e6d5846e49
@ -52,7 +52,7 @@ const ϵ = 1e-7
|
|||||||
end
|
end
|
||||||
|
|
||||||
@testset "no spurious promotions" begin
|
@testset "no spurious promotions" begin
|
||||||
for T in (Float16, Float32, Float64)
|
for T in (Float32, Float64)
|
||||||
y = rand(T, 2)
|
y = rand(T, 2)
|
||||||
ŷ = rand(T, 2)
|
ŷ = rand(T, 2)
|
||||||
for f in (mse, crossentropy, logitcrossentropy)
|
for f in (mse, crossentropy, logitcrossentropy)
|
||||||
|
Loading…
Reference in New Issue
Block a user