-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# YAML 1.2 | ||
--- | ||
abstract: | | ||
"This library provides ordinary differential equation (ODE) solvers implemented in PyTorch. Backpropagation through ODE solutions is supported using the adjoint method for constant memory cost. We also allow terminating an ODE solution based on an event function, with exact gradient computed. | ||
As the solvers are implemented in PyTorch, algorithms in this repository are fully supported to run on the GPU." | ||
authors: | ||
- | ||
family-names: Chen | ||
given-names: "Ricky T. Q." | ||
cff-version: "1.1.0" | ||
date-released: 2021-06-02 | ||
license: MIT | ||
message: "PyTorch Implementation of Differentiable ODE Solvers" | ||
repository-code: "https://github.com/rtqichen/torchdiffeq" | ||
title: torchdiffeq | ||
version: "0.2.2" | ||
... |