apache / mxnet   0.1.0

Apache License 2.0 Website GitHub

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more

Scala versions: 2.10

mxnet-full_2.10-osx-x86_64-cpu 0.1.1


Group ID:
ml.dmlc.mxnet
Artifact ID:
mxnet-full_2.10-osx-x86_64-cpu
Version:
0.1.1
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "ml.dmlc.mxnet" % "mxnet-full_2.10-osx-x86_64-cpu" % "0.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"ml.dmlc.mxnet:mxnet-full_2.10-osx-x86_64-cpu:0.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "ml.dmlc.mxnet:mxnet-full_2.10-osx-x86_64-cpu:0.1.1"

Ammonite REPL

import $ivy.`ml.dmlc.mxnet:mxnet-full_2.10-osx-x86_64-cpu:0.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ml.dmlc.mxnet</groupId>
  <artifactId>mxnet-full_2.10-osx-x86_64-cpu</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'ml.dmlc.mxnet', name: 'mxnet-full_2.10-osx-x86_64-cpu', version: '0.1.1'