Skip to content

Commit

Permalink
update application tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Oct 11, 2019
1 parent fd2978d commit 712c143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CREATE_APPLICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ processor_cfg:
dataset:
type: <path to dataset module>
data_path: ./data
...
#more arguments for processor function...

argparse_cfg:
data:
bind_to: processor_cfg.dataset.data_path
help: the path of data
...
#more option arguments for command line...
```

The `processor_cfg` specifies a processor function and its dataset module
Expand Down

0 comments on commit 712c143

Please sign in to comment.