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 3dd5138 commit 0400686Copy full SHA for 0400686
test/cuda/curnn.jl
@@ -8,7 +8,7 @@ using Flux, CUDA, Test
8
θ = gradient(() -> sum(m(x)), params(m))
9
@test x isa CuArray
10
@test θ[m.cell.Wi] isa CuArray
11
- @test collect(m̄[].cell.Wi) == collect(θ[m.cell.Wi])
+ @test collect(m̄.cell.Wi) == collect(θ[m.cell.Wi])
12
end
13
14
@testset "RNN" begin
0 commit comments