Skip to content
/ My_mxnet Public

compiled binaries(libmxnet.dll and mxnet_xx.dll)and their DLL dependencies

Notifications You must be signed in to change notification settings

JA1E0/My_mxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

ReadMe

There are compiled binaries(libmxnet.dll and mxnet_xx.dll)and their DLL dependencies on Windows.

  1. Looking on the filename which have edition of mxnet, cuda, and python.
  2. To extract a zip file to mxnet/python/mxnet/ .
  3. Running cd .\mxnet\, python -m pip install .\python\ .
  4. The test code .
import mxnet.numpy as nd
import mxnet as mx

a = nd.array([1, 2, 3], ctx=mx.gpu())
print(a)

Reference

https://aitechtogether.com/ai-question/9402.html

About

compiled binaries(libmxnet.dll and mxnet_xx.dll)and their DLL dependencies

Resources

Stars

Watchers

Forks

Packages

No packages published