You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work! It looks correct to me on first pass. Is there any way to implement it without requiring a 7D tensor? Like maybe merging some of the dimensions before doing the last pool_last_dim? Ideally we keep the max tensor dims at 6 (in order to keep the shapetracker small because it's stored on the stack).
Hello! Thanks for this awesome project! @jafioti
Recently, I'm working on Conv3d(#28 #29) and I have a question:
My draft is here:
I'm not sure I'm going right direction, so any comments will be appreciated!
Have a nice day :)
The text was updated successfully, but these errors were encountered: