Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoto Inoue committed May 17, 2018
1 parent 4a5eef6 commit 4efad93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ I'm really grateful to the [original implementation](https://github.com/xunhuang
- Python 3.5+
- PyTorch 0.4+
- TorchVision
- Pillow

(optional, for training)
- tqdm
- TensorboardX

## Usage
Expand Down Expand Up @@ -48,8 +52,6 @@ Some other options:


### Train
Please install tensorboardX, tqdm, and scipy for progress bar and logging

Use `--content_dir` and `--style_dir` to provide the respective directory to the content and style images.
```
python train.py --gpu <gpu_id> --content_dir <content_dir> --style_dir <style_dir>
Expand Down

0 comments on commit 4efad93

Please sign in to comment.