Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jun 27, 2024
1 parent 2b0c32f commit 4fc6e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ w_H_f_batch = jitted_vmapped_frame_fk(w_H_b_batch, joints_batch)
```

> [!NOTE]
> The first call of the jitted function can be slow, since JAX needs to compile the function. Than it will be fast!
> The first call of the jitted function can be slow, since JAX needs to compile the function. Then it will be faster!
### CasADi interface

Expand Down Expand Up @@ -298,7 +298,7 @@ print(M)
### PyTorch Batched interface

> [!NOTE]
> When using this interface, note that the first call of the jitted function can be slow, since JAX needs to compile the function. Than it will be fast!
> When using this interface, note that the first call of the jitted function can be slow, since JAX needs to compile the function. Then it will be faster!
```python
import adam
Expand Down

0 comments on commit 4fc6e05

Please sign in to comment.