Skip to content

Commit ac73906

Browse files
Update test/cuda/layers.jl
Co-authored-by: Dhairya Gandhi <[email protected]>
1 parent dfb390d commit ac73906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cuda/layers.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ end
279279
gs_g = gradient(() -> sum(tanh.(m_g(x_g))), params(m_g))
280280
@test collect(gs_g[m_g.weight]) gs[m.weight]
281281

282-
@testset "repeated indexes" begin
282+
@testset "repeated indices" begin
283283
vocab_size, embed_size = 5, 2
284284
m = Flux.Embedding(vocab_size, embed_size)
285285

@@ -294,4 +294,3 @@ end
294294
@test collect(gs_g[m_g.weight]) gs[m.weight]
295295
end
296296
end
297-

0 commit comments

Comments
 (0)