-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DLM gradients hacky example * implement DLM using autograd.Function * make soln a bit more accurate * minor; removed unnecessary code * lower case for dlm_epsilon * backward test for DLM * fix imports * rename and make linter happy * filter for tensors that require grad * Construct the bwd objective only once * minor * remove print statements * Fix DLM when using gpu; cost function shape; and handle case when no differentiable tensor * Fix memory leak by removing dict input_data from input arguments * preserve ordering * Expand batch dim if possible * undo * use lower case * reduce a bit of python overhead * explicit one step
- Loading branch information
Showing
4 changed files
with
237 additions
and
11 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