fixed Compose test
This commit is contained in:
parent
6665189ff1
commit
87c7e65a2d
|
@ -36,6 +36,7 @@ end
|
|||
w′.data .-= delta
|
||||
end
|
||||
@test Flux.mse(w, w′) < 0.01
|
||||
end
|
||||
end
|
||||
|
||||
@testset "Training Loop" begin
|
||||
|
|
Loading…
Reference in New Issue