Valery Vishnevskiy
Results
1
issues of
Valery Vishnevskiy
Here is a short example (Julia 1.9.2) ```img = randn((40, 40, 20)); bsz = (8, 8); #this doesnt work: @cast b[(b1,b2), t, h,w] := img[(b1, h), (b2, w), t] (b1...
bug