Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Update PYTHONPATH for main.py in document #1050

Merged
merged 3 commits into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/convert.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Convert your training result to FPGA ready format

```
$ PYTHONPATH=.:lmnet:dlk/python/dlk python blueoil/cmd/main.py convert -e test_20180101000000
$ python blueoil/cmd/main.py convert -e test_20180101000000

Usage:
main.py convert [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You can generate your configuration file interactively by running `python blueoil/cmd/main.py init`.

$ PYTHONPATH=.:lmnet:dlk/python/dlk python blueoil/cmd/main.py init
$ python blueoil/cmd/main.py init

`python blueoil/cmd/main.py init` generates a configuration file used to train your new model.

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/train.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


```
$ PYTHONPATH=.:lmnet:dlk/python/dlk python blueoil/cmd/main.py train -c config/test.yml
$ python blueoil/cmd/main.py train -c config/test.py

Usage:
main.py train [OPTIONS]
Expand Down