You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/18 08:46:38 UTC

[GitHub] lupesko commented on a change in pull request #9066: FCN example updates

lupesko commented on a change in pull request #9066: FCN example updates
URL: https://github.com/apache/incubator-mxnet/pull/9066#discussion_r157425453
 
 

 ##########
 File path: example/fcn-xs/README.md
 ##########
 @@ -17,32 +18,36 @@ We have trained a simple fcn-xs model, the hyper-parameters are below:
 
 The training dataset size is only 2027, and the validation dataset size is 462.  
 
-## How to train fcn-xs in mxnet
-#### Getting Started
+## Training the model
+
+### Step 1: setup pre-requisites
 
 - Install python package?`Pillow` (required by `image_segment.py`).
 ```shell
-[sudo] pip install Pillow
+pip install Pillow
 
 Review comment:
   Good point, updated to --upgrade for clarity

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services