Skip to content

Commit

Permalink
Fix typo in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlg committed Jun 19, 2018
1 parent ed0f4e7 commit d4cbd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository has a pure Python implementation of Compact Bilinear Pooling and Count Sketch for PyTorch.

This version relies of the FFT implementation provided with PyTorch 0.4.0 onward. For older versions of PyTorch, use the tag [v0.3.0](https://github.com/gdlg/pytorch_compact_bilinear_pooling/releases/tag/v0.3.0).
This version relies on the FFT implementation provided with PyTorch 0.4.0 onward. For older versions of PyTorch, use the tag [v0.3.0](https://github.com/gdlg/pytorch_compact_bilinear_pooling/releases/tag/v0.3.0).

## Usage

Expand Down

0 comments on commit d4cbd0e

Please sign in to comment.