I tried to install MXNet with visual studio 2015 on my windows 10.
I can only compile it successfully with runtime libraries of the /MT mode. The output dmlc lib should be set to a static lib in this scenario. However, I failed to change the runtime libraries to the /MD mode. Is there any import settings ignored?