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
forward_free is a memory optimized version of torch's default forward method. The idea is simple: if you don't need to compute gradients, you don't need to store the outputs of each layer.
As torch has its own forward function, why use forward_free in net_te1?
The text was updated successfully, but these errors were encountered: