forked from pytorch/FBGEMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add method to update internal hyperparameters for FBGEMM TBE (pytorch…
…#3025) Summary: X-link: facebookresearch/FBGEMM#120 Pull Request resolved: pytorch#3025 D61634495 would allow to use a hyperparameter schedule to change the hyperparameter values during training (just like learning rate schedule). In order to do so, we define a method `update_hyper_parameters` to update the internal parameter values. Reviewed By: minddrummer, spcyppt Differential Revision: D61642016 fbshipit-source-id: 663182d53681f8fffe97a2bcab26fc8ba8d9b89c
- Loading branch information
1 parent
55721b3
commit 95a5a76
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters