Open Issues Need Help
View All on GitHub Mutating `rearrange!` variant about 2 months ago
AI Summary: Implement a mutating version of the `rearrange` function in Einops.jl, leveraging Julia's `permutedims!` function for in-place array manipulation. This involves modifying the existing `rearrange` function or creating a new `rearrange!` function that performs the same operation but modifies the input array directly instead of creating a copy.
Complexity:
3/5
good first issue
Einops, now in Julia
Julia
#array#deep-learning#einops#julia#tensor-operations