@leleamol Thanks very much for your comment. First let me say sorry for the code error. As I used linux to compile the code but windows to submit the issue, something went wrong when I pasted from linux to windwos via the vnc viewer. The first two questions you mentioned above are as below respectively: 1. #include \<chrono\> 2. vector \<int\> As for the third question, the using namespace std; was used at the beginning of the code, it should be OK. I suppose the problem is not the example code itself, but the include order or something else maybe. The code itself didn't give any errors when I compiled it. By the way, I also use the newest version of the mxnet and I can compile the mxnet correctly (with .a file about 400M and .so file about 300M).
/////// After I submitted this comment, I find that the "chrono" and "int" (with "<" and "<" original )are missing again. That was fixed by adding "\\" before "\<" and "\>". Sorry for that as I seldom use the Markdown. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12543 ] This message was relayed via gitbox.apache.org for [email protected]
