-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix finalize features floods CPU memory: remove log and load mapped gradients to device (#59) * torch load gradients to device instead of CPU during finalize loading data directly on device instead of moving from CPU to GPU in score computation steps * Remove logging of raw tensors * Remove dependency of proj_matrix during scoring (#61) finalize feature deletes the proj_matrix, but basic projector assumes it exists. remove dependency. * fix grads type check in iterative gradient computers Co-authored-by: TheaperDeng <junweid2.illinois.edu> * [added feature] regularization term for inv(xtx) calculation (#63) * Updated score_computers.py for lambda_reg * Updated traker.py to include a lambda_reg term in arguments * minor fixes --------- Co-authored-by: Junwei Deng < junweid2@illinois.edu> Co-authored-by: Jiadong Guo <jaedon.guo@gmail.com> Co-authored-by: heale04 <136350745+heale04@users.noreply.github.com>
- Loading branch information
1 parent
39bf22a
commit 96a75b6
Showing
6 changed files
with
169 additions
and
25 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
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
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