Skip to content

Commit

Permalink
rename things in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 committed Dec 22, 2020
1 parent 7b964e0 commit b2e0553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions equilib/grid_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ from equilib.grid_sample import (

## Numpy

- `faster`: faster implementation by removing iteration
- `default`: faster implementation by removing iteration
- `naive`: slow implementation (serves no purpose really)

## PyTorch

- `torch`: default `torch.grid_sample` function with wrapper
- `custom`: custom implementation
- `default`: default `torch.grid_sample` function with wrapper
- `custom`: custom implementation

0 comments on commit b2e0553

Please sign in to comment.