Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
butsugiri committed Mar 13, 2017
1 parent 65bb8f1 commit b1566a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Finally, open `http://localhost:5555/`

## Directory Structure
This app assumes that the result of the experiment is organized by the following manner.
When execute `runserver`, the app automatically detects results dir and displays the log files inside.

When executing `runserver`, the app automatically detects results dir and displays the log files inside.

```
result/
Expand All @@ -47,7 +48,7 @@ result/
```

Here, `settings.json` is a dictionary object that contains hyperparamers.
Typically obtained by saving all the arguments provided to `argparse` module.
Typically this is obtained by saving all the arguments that are provided to `argparse` module.
For example,

```python
Expand Down

0 comments on commit b1566a7

Please sign in to comment.