You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2018/03/27 19:54:29 UTC

[incubator-mxnet] branch v1.1.0 updated: [MXNET-127] Fix 1.1.0 fine-tune FAQ (#10276)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch v1.1.0
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.1.0 by this push:
     new e29bb6f  [MXNET-127] Fix 1.1.0 fine-tune FAQ (#10276)
e29bb6f is described below

commit e29bb6f76365e45dd44e23941692c9d969959315
Author: ThomasDelteil <th...@gmail.com>
AuthorDate: Tue Mar 27 12:54:24 2018 -0700

    [MXNET-127] Fix 1.1.0 fine-tune FAQ (#10276)
    
    * Update finetune.md
    
    This Finetune FAQ is broken for 1.1.0.
    
    * Trigger rebuild
---
 docs/faq/finetune.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/faq/finetune.md b/docs/faq/finetune.md
index 533c3ca..04244d1 100644
--- a/docs/faq/finetune.md
+++ b/docs/faq/finetune.md
@@ -61,8 +61,8 @@ for i in 256_ObjectCategories/*; do
     done
 done
 
-python ~/mxnet/tools/im2rec.py --list True --recursive True caltech-256-60-train caltech_256_train_60/
-python ~/mxnet/tools/im2rec.py --list True --recursive True caltech-256-60-val 256_ObjectCategories/
+python ~/mxnet/tools/im2rec.py --list --recursive caltech-256-60-train caltech_256_train_60/
+python ~/mxnet/tools/im2rec.py --list --recursive caltech-256-60-val 256_ObjectCategories/
 python ~/mxnet/tools/im2rec.py --resize 256 --quality 90 --num-thread 16 caltech-256-60-val 256_ObjectCategories/
 python ~/mxnet/tools/im2rec.py --resize 256 --quality 90 --num-thread 16 caltech-256-60-train caltech_256_train_60/
 ```

-- 
To stop receiving notification emails like this one, please contact
jxie@apache.org.