-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing matrix matrix products for Hessians and Jacobians (#8)
* 5x speedup observed for 100 rank Hessian mat mat vs for looping using unstack and stack * updating the hessian blocking PR * updating matmat pr * clashing names with keras datasets * extensive update to adding derivative loss, and refactoring the data object to work as a dictionary based iterator * updating hessianlearn model unit test * hessian blocking implemented for GANs * in the middle of updating many things in model, changing test to validation and making the validation frequency a model settings * test to validation now * updating some logging aspects of model * updating model * updating lrsfn to log eigenvalues, no longer logging rq stds by default * more adjustments to logging * remove the print * updating unit test * updating readme * checking markdown * updating readme * updating readme again * updating readme * updating readme * updating readme * updating readme * updating readme * updating tutorial and readme before merge
- Loading branch information
Showing
23 changed files
with
975 additions
and
681 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
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
Oops, something went wrong.