Skip to content

Commit

Permalink
Cleaned up code references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegenova committed Aug 11, 2020
1 parent 8fa64b9 commit b7060e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@ beam pipelines provided for generating datasets and running inference on a
larger scale. To use these scripts, it would be necessary to hook up your own
beam backend.

There is also very limited PyTorch support in the ldif/torch directory. This code
There is also very limited PyTorch support in the `ldif/torch` directory. This code
is a basic implementation of SIF that can't train new SIF models, but can load
and evaluate SIFs generated by the tensorflow training+evaluation code. It is mainly
intended for using SIF correspondences as a building block of another unrelated
project in PyTorch. Note that PyTorch is not included in the requirements.txt, and
the torch/ subdirectory is independent from the rest of the code base (it interacts
only through the .txt files written by the tensorflow code and takes no dependencies
project in PyTorch. Note that PyTorch is not included in the `requirements.txt`, and
the `torch/` subdirectory is independent from the rest of the code base (it interacts
only through the `.txt` files written by the tensorflow code and takes no dependencies
on the rest of this codebase). To use it, it is probably easiest to just download
the torch/ folder and import the sif.py file as a module.
the `torch/` folder and import the `sif.py` file as a module.

## Updates to the code

Expand Down

0 comments on commit b7060e4

Please sign in to comment.