Skip to content

Commit 7508715

Browse files
suquarkmingyuliutw
authored andcommitted
Fix typos
1 parent bed87fb commit 7508715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ These models are extracted from Torch7 models and currently used in the project.
3737

3838
- Pull them from the `PhotoWCTModels` submodule: `git submodule update --init --recursive`
3939

40-
**Origin Torch7 models**
40+
**Original Torch7 models**
4141

4242
- Download pretrained networks via the following [link](https://drive.google.com/open?id=1ENgQm9TgabE1R99zhNf5q6meBvX6WFuq).
4343
- Unzip and store the model files under `models`.
4444

45-
`converter.py` shows how to convert Torth7 models to PyTorch models.
45+
`converter.py` shows how to convert Torch7 models to PyTorch models.
4646

4747
### Example 1: Transfer the style of a style photo to a content photo.
4848
- Create image and output folders and make sure nothing is inside the folders. `mkdir images && mkdir results`

0 commit comments

Comments
 (0)