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
I'm sorry to bother you, I have a confusion while reading the paper.
I think the paper is aimed at saving memory during training rather than inference. So Figure 3 in the paper, which is the picture below, does it represent the forward propagation of the execution model? If so, then I think all the tensors needs to be saved because they are needed during the back propagation process. Why do we only need to save the input and output of a certain operator?
Looking forward to your reply, thank you very much!
I'm sorry to bother you, I have a confusion while reading the paper.
I think the paper is aimed at saving memory during training rather than inference. So Figure 3 in the paper, which is the picture below, does it represent the forward propagation of the execution model? If so, then I think all the tensors needs to be saved because they are needed during the back propagation process. Why do we only need to save the input and output of a certain operator?
Looking forward to your reply, thank you very much!