Skip to content

Commit

Permalink
Update README.md (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored and MattPainter01 committed Jul 20, 2018
1 parent 2527da6 commit 11e124a
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 @@ -13,7 +13,7 @@ torchbearer: A model training library for researchers using PyTorch

## About

Torchbearer is a PyTorch model training library designed by researchers, for researchers. Specifically, if you occasionally want to perform advanced custom operations but generally don't want to write hundreds of lines of untested code then this is the library for you. Our design decisions are geared towards flexibility and customisability will trying to maintain the simplest possible API.
Torchbearer is a PyTorch model training library designed by researchers, for researchers. Specifically, if you occasionally want to perform advanced custom operations but generally don't want to write hundreds of lines of untested code then this is the library for you. Our design decisions are geared towards flexibility and customisability whilst trying to maintain the simplest possible API.

<a name="installation"/>

Expand All @@ -27,7 +27,7 @@ The easiest way to install torchbearer is with pip:

## Documentation

Our documentation containing the API reference, examples and some notes can be found at [torchbearer.readthedocs.io](torchbearer.readthedocs.io)
Our documentation containing the API reference, examples and some notes can be found at [https://torchbearer.readthedocs.io](torchbearer.readthedocs.io)

<a name="others"/>

Expand Down

0 comments on commit 11e124a

Please sign in to comment.