DOC

org.apache.mxnet : mxnet-full_2.11-linux-x86_64-gpu

Maven & Gradle

Sep 14, 2019

Scala Package for Apache MXNet (Incubating) - flexible and efficient library for deep learning.

Table Of Contents

Latest Version

Download org.apache.mxnet : mxnet-full_2.11-linux-x86_64-gpu Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.mxnet : mxnet-full_2.11-linux-x86_64-gpu Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file mxnet-full_2.11-linux-x86_64-gpu-1.2.1-javadoc.jar to mxnet-full_2.11-linux-x86_64-gpu-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mxnet-full_2.11-linux-x86_64-gpu-1.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mxnet-full_2.11-linux-x86_64-gpu-1.2.1-sources.jar" -d "mxnet-full_2.11-linux-x86_64-gpu-1.2.1-javadoc" -subpackages 

Advertisement