Skip to content

Commit c632cf2

Browse files
committed
Slight change
1 parent a80bea9 commit c632cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ true
203203
204204
julia> W3 = Flux.orthogonal(3, 3, 2, 4);
205205
206-
julia> reshape(W3, :, 4) * transpose(reshape(W3, :, 4)) ≈ I(18)
206+
julia> transpose(reshape(W3, :, 4)) * reshape(W3, :, 4) ≈ I(4)
207207
true
208208
```
209209

0 commit comments

Comments
 (0)