Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 30, 2020
1 parent 99ce7db commit 9070bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ function pixel_shuffle(x::AbstractArray{T, 4}, r::Integer) where T <:Number
x = reshape(x, (w, h, r, r, c_out, n))
x = permutedims(x, (3, 1, 4, 2, 5, 6))
return reshape(x, (w_out, h_out, c_out, n))
end
end

0 comments on commit 9070bd4

Please sign in to comment.