Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add build instructions for maven publish

...

    • Download the package that was just uploaded to svn as above. 
    • Test that a build is successful - spinning up a deep learning Ubuntu AMI will give you an environment with all dependencies to build. A `make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1` should do.
    • if Possible, run a simple (mnist) test to verify the src.

Step 1.12. Create Scala Maven Packages (question) (WIP)

The following flags are used to build the MXNet Backend(derived from mxnet pip flags)

FLAGSMXNet-Scala OSX

MXNet-Scala Linux CPU

MXNet-Scala Linux GPU
USE_BLASopenblasblas 
USE_LAPACK11 
USE_OPENCV11 
USE_S311 
USE_DIST_KVSTORE11 
USE_SIGNAL_HANDLER11 
USE_OPENMP 11

USE_CUDNN

 01
USE_NCCL 01

 

Setup Your Development Environment to build a maven package

https://www.apache.org/dev/publishing-maven-artifacts.html#dev-env

 

 

2. Running the voting process for a release:

...