FCIS icon indicating copy to clipboard operation
FCIS copied to clipboard

Must I build mxnet based on the prompts in readme? The following problem is encountered . Who can help me? Thank you very much.

Open xingbowei opened this issue 8 years ago • 1 comments

xbw@xbw-P65xRP:~/mxnet$ git submodule update fatal: 引用不是一个树:89de7ab20167909bc2c4f8acd397671c47cf3c0d error: Your local changes to the following files would be overwritten by checkout: CMakeLists.txt cmake/lint.cmake include/dmlc/any.h include/dmlc/logging.h include/dmlc/registry.h include/dmlc/serializer.h include/dmlc/thread_local.h tracker/dmlc_tracker/local.py tracker/dmlc_tracker/mesos.py tracker/dmlc_tracker/mpi.py tracker/dmlc_tracker/opts.py tracker/dmlc_tracker/submit.py Please, commit your changes or stash them before you can switch branches. Aborting error: Your local changes to the following files would be overwritten by checkout: .gitignore CMakeLists.txt cmake/Cuda.cmake cmake/mshadow.cmake guide/defop.cpp guide/exp-template/README.md guide/exp-template/exp_template_op.cpp guide/mshadow-ps/local_sum-inl.h make/mshadow.mk mshadow-ps/ps_local-inl.h mshadow/cuda/reduce.cuh mshadow/dot_engine-inl.h mshadow/expression.h mshadow/extension/broadcast_with_axis.h mshadow/extension/channel_pool.h mshadow/extension/implicit_gemm.h mshadow/extension/transpose.h mshadow/half.h mshadow/packet-inl.h mshadow/packet/plain-inl.h mshadow/packet/sse-inl.h mshadow/random.h mshadow/stream_gpu-inl.h mshadow/tensor_blob.h Please, commit your changes or stash them before you can switch branches. Aborting error: Your local changes to the following files would be overwritten by checkout: CMakeLists.txt Makefile include/nnvm/op_attr_types.h include/nnvm/pass_functions.h include/nnvm/symbolic.h include/nnvm/tuple.h src/core/node.cc src/core/symbolic.cc src/pass/gradient.cc src/pass/plan_memory.cc tests/cpp/tuple_test.cc Please, commit your changes or stash them before you can switch branches. Aborting 无法在子模组路径 'cub' 中检出 '89de7ab20167909bc2c4f8acd397671c47cf3c0d' 无法在子模组路径 'dmlc-core' 中检出 'b5bec5481df86e8e6728d8bd80a61d87ef3b2cd5' 无法在子模组路径 'mshadow' 中检出 '23210f3939428e42bc34553469ed9ce8c63001ed' 无法在子模组路径 'nnvm' 中检出 'ddf3c17e3455db9cd10f5b18bc9753a146971819'

xingbowei avatar Jul 07 '17 04:07 xingbowei

Same question!

➜ mxnet git:(62ecb60f) ✗ git submodule update error: no such remote ref 89de7ab20167909bc2c4f8acd397671c47cf3c0d 获取了子模组路径 'cub',但是它没有包含 89de7ab20167909bc2c4f8acd397671c47cf3c0d。直接获取该提交失败。

Can we use the latest MxNet instead compile it?

jinyu121 avatar Nov 09 '17 14:11 jinyu121