Skip to content

Commit 4f6bd5f

Browse files
authored
Merge pull request #1 from eltociear/patch-1
Update README.md
2 parents 5aaafc5 + 4bfaaa9 commit 4f6bd5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ deq = get_deq(args)
6767
- Easy DEQ forward. Even for a multi-equilibria system, you can execute your DEQ forward in a single line!
6868
6969
```Python
70-
# Assume f is a functioin of three tensors a, b, c.
70+
# Assume f is a function of three tensors a, b, c.
7171
def fn(a, b, c):
7272
# Do something here...
7373
# Having the same input and output tensor shapes.
@@ -110,4 +110,4 @@ For DEQ models, our choice of logo bears a metaphorical weight. The dragon, deno
110110
## Acknowledgements
111111
112112
This codebase is largely inspired by remarkable projects from the community.
113-
We would like to sincerely thank [DEQ](https://github.com/locuslab/deq), [DEQ-Flow](https://github.com/locuslab/deq-flow), [PyTorch](https://github.com/pytorch/pytorch), and [scipy](https://github.com/scipy/scipy) for their awesome open source.
113+
We would like to sincerely thank [DEQ](https://github.com/locuslab/deq), [DEQ-Flow](https://github.com/locuslab/deq-flow), [PyTorch](https://github.com/pytorch/pytorch), and [scipy](https://github.com/scipy/scipy) for their awesome open source.

0 commit comments

Comments
 (0)