Skip to content

Commit

Permalink
Merge pull request stitchfix#11 from dribnet/readme_fix
Browse files Browse the repository at this point in the history
README typo fix (meta file is json)
  • Loading branch information
TJ Torres committed Jan 22, 2016
2 parents 3bdb9ca + 326b865 commit 15bc0ba
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 @@ -64,7 +64,7 @@ $ fauxtograph train ./images ./models/model_name
Finally, you can generate new images based on your trained model with

```bash
$ fauxtograph generate ./models/model_name_model.h5 ./models/model_name_opt.h5 ./models/model_name_meta.h5 ./generated_images_folder
$ fauxtograph generate ./models/model_name_model.h5 ./models/model_name_opt.h5 ./models/model_name_meta.json ./generated_images_folder
```
Each command comes with a `--help` option to see possible optional arguments.

Expand Down

0 comments on commit 15bc0ba

Please sign in to comment.