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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Installing the Prebuilt Package on Windows
MXNet provides a prebuilt package for Windows. The prebuilt package includes the MXNet library, all of the dependent third-party libraries, a sample C++ solution for Visual Studio, and the Python installation script. To install the prebuilt package:
Download the latest prebuilt package from the Releases tab of MXNet.
Unpack the package into a folder, with an appropriate name, such as D:\MXNet.
Open the folder, and install the package by double-clicking setupenv.cmd. This sets up all of the environment variables required by MXNet.
Test the installation by opening the provided sample C++ Visual Studio solution and building it.
This produces a library called libmxnet.dll.
Issues
There are no Prebuilt Packages published at the mentioned Releases page