You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@yajiedesign Thank you! I had been failed to try it. The compiler prompted an error that said "dmlc.lib is needed". But I only got a dmlc.dll without dmlc.lib in this scenario. How to fix it ?
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?
The text was updated successfully, but these errors were encountered: