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 have written a memory optimization strategy that uses swap technology. It is necessary to control certain nodes in the training graph to be immediately swapped out and swapped in after a period of time. This involves memory management implementation. Which part of the code should be searched for and which part of the content should be modified? I have seen the device_put() function in api.py. Can this function meet my requirements
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have written a memory optimization strategy that uses swap technology. It is necessary to control certain nodes in the training graph to be immediately swapped out and swapped in after a period of time. This involves memory management implementation. Which part of the code should be searched for and which part of the content should be modified? I have seen the device_put() function in api.py. Can this function meet my requirements
Beta Was this translation helpful? Give feedback.
All reactions