How to use MXNet with Container Station
Introduction
This tutorial explains how to use Container Station with Apache MXNet.
You must first install a graphics card on the NAS and assign it to Container Station before installing MXNet.
Installing Container Station
- Log in to QTS.
- Open App Center.
- Search for Container Station.
- Click Install.
App Center installs Container Station.
About MXNet
Apache MXNet (incubating) is an open source deep learning framework. It is designed to provide flexible research prototyping and production. It offers efficiency, portability, and scalability, and allows you to combine symbolic and imperative programming. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient.
You can use the Container Station web or command-line interface to create this framework.
Installing MXNet
Suggested Reading
-
MXNet website: https://mxnet.apache.org/versions/1.6/
-
Tutorials: https://mxnet.apache.org/versions/1.6/api/python/docs/tutorials/
-
Forum: https://discuss.mxnet.io/
License
MXNet is licensed under an Apache License-2.0 license.