fixes
This commit is contained in:
parent
492a3ca707
commit
ac467cfe77
|
@ -15,7 +15,7 @@ using Flux, CuArrays, Test
|
|||
cuy = (curnn(cux); curnn(cux))
|
||||
|
||||
@test y.data ≈ collect(cuy.data)
|
||||
@test_skip haskey(Flux.CUDA.descs, curnn.cell)
|
||||
@test haskey(Flux.CUDA.descs, curnn.cell)
|
||||
|
||||
Δ = randn(size(y))
|
||||
|
||||
|
|
Loading…
Reference in New Issue