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
Do you see any obstacle to convert the sequence of get()s and cat into a unique index_select?
Would it improve the performances (by batching the get()s)? Especially for the backward pass?
The text was updated successfully, but these errors were encountered:
In,
although, the following code reduces unnecessary chunking and cat for computations that involve sequential operations of the same kind,
for other cases I have the feeling that there is still room for improvements.
Do you see any obstacle to convert the sequence of get()s and cat into a unique index_select?
Would it improve the performances (by batching the get()s)? Especially for the backward pass?
The text was updated successfully, but these errors were encountered: