From f46db5d990898290b1d1037e2b280e729914dbdf Mon Sep 17 00:00:00 2001 From: Tao Kong Date: Tue, 10 Apr 2018 11:32:29 +0800 Subject: [PATCH] update the MXNET install guide update the submodule checkout issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6580d93..a0abdd2 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ git clone https://github.com/msracver/Deformable-ConvNets.git git clone --recursive https://github.com/dmlc/mxnet.git git checkout 998378a git submodule update + # if it's the first time to checkout, just use: git submodule update --init --recursive ``` 3.3 Compile MXNet ```