Skip to content

Commit

Permalink
Update TRAIN.md
Browse files Browse the repository at this point in the history
- minor changes
  • Loading branch information
chaklim committed Dec 17, 2019
1 parent a7fa86d commit 24512ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/TRAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ python ${CLAIR} CombineBins
```bash
CLAIR="[PATH_TO_CLAIR]/clair.py"
MODEL_NAME=[YOUR_MODEL_NAME] # e.g. "001"
MODEL_FOLDER_PATH="[YOUR_MODEL_FOLDER_PATH]/${MODEL_NAME}" TENSOR_FILE_PATH=[YOUR_BIN_FILE_PATH] # e.g. ./tensor.bin
MODEL_FOLDER_PATH="[YOUR_MODEL_FOLDER_PATH]/${MODEL_NAME}"
TENSOR_FILE_PATH=[YOUR_BIN_FILE_PATH] # e.g. ./tensor.bin

mkdir ${MODEL_FOLDER_PATH}

Expand Down

0 comments on commit 24512ec

Please sign in to comment.