Skip to content

Commit

Permalink
Update TRAIN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaklim committed Dec 12, 2019
1 parent 90adf47 commit 01accae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TRAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ parallel --joblog ./tensor2Bin.log -j${THREADS_LOW} \

#### 10. Merge splited binaries into a single binary using the `CombineBins` submodule
```bash
cd ${BINS_FOLDER_PATH}
cd ${DATASET_FOLDER_PATH}
python ${CLAIR} CombineBins
```

Expand Down Expand Up @@ -441,7 +441,7 @@ parallel --joblog ./tensor2Bin.log -j${THREADS_LOW} "python ${CLAIR} Tensor2Bin

#### 9. Merge the splited binaries using the `CombineBins` submodule
```bash
cd ${BINS_FOLDER_PATH}
cd ${DATASET_FOLDER_PATH}
python ${CLAIR} CombineBins
```

Expand Down

0 comments on commit 01accae

Please sign in to comment.