Henrique Jesus

Results 3 comments of Henrique Jesus

I present here the test that is failing and why: ```python s = ShapeTracker((4,4)) # strides = (4,1) s.permute(1,0) # strides = (1,4) s.reshape(2,2,2,2) # strides = (8,4,2,1) s.permute(2,3,0,1) #...

Does eliminating lines between statements also count?

I know it's been a long time, but did you manage to do what you wanted? I also wanted to segment a mesh into parts.