Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit e29bb6f

Browse files
ThomasDelteilpiiswrong
authored andcommitted
[MXNET-127] Fix 1.1.0 fine-tune FAQ (#10276)
* Update finetune.md This Finetune FAQ is broken for 1.1.0. * Trigger rebuild
1 parent 9f40c74 commit e29bb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/finetune.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ for i in 256_ObjectCategories/*; do
6161
done
6262
done
6363

64-
python ~/mxnet/tools/im2rec.py --list True --recursive True caltech-256-60-train caltech_256_train_60/
65-
python ~/mxnet/tools/im2rec.py --list True --recursive True caltech-256-60-val 256_ObjectCategories/
64+
python ~/mxnet/tools/im2rec.py --list --recursive caltech-256-60-train caltech_256_train_60/
65+
python ~/mxnet/tools/im2rec.py --list --recursive caltech-256-60-val 256_ObjectCategories/
6666
python ~/mxnet/tools/im2rec.py --resize 256 --quality 90 --num-thread 16 caltech-256-60-val 256_ObjectCategories/
6767
python ~/mxnet/tools/im2rec.py --resize 256 --quality 90 --num-thread 16 caltech-256-60-train caltech_256_train_60/
6868
```

0 commit comments

Comments
 (0)