-
Notifications
You must be signed in to change notification settings - Fork 564
Open
@threestone965
Description
i want to freeze EmbeddingCollection mid training, but setting the learning rate to 0.0 does not save cuda memory and computing resources. is there a method similar to the following code. looking forward to your reply, thanks
for param in module.parameters(): param.requires_grad = False
Metadata
Metadata
Assignees
Labels
No labels