-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Good IssueGood reference for newcomersGood reference for newcomers
Description
When I finish one epoch in trianing, the main_worker function will call ts.collect_state_dict(model, state_dict).
But because the limit of GPU resource, it will raise Out of Memory in my machine, when call ts.collect_state_dict(model, state_dict).
I found that will gather the state_dict in GPU, is it anyway to gather in CPU?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good IssueGood reference for newcomersGood reference for newcomers