MXNet.jl icon indicating copy to clipboard operation
MXNet.jl copied to clipboard

MXNet Julia Package - flexible and efficient deep learning in Julia

Results 45 MXNet.jl issues
Sort by recently updated
recently updated
newest added

Every time I try to import MXNet in Julia, I get the following error. Is it a problem of my configuration or something more general? I just can't figure it...

From the http://dmlc.ml/MXNet.jl documentation as well as reading source code, the tools for comparison-based index operations on NDArrays are not apparent. Because NDArray is not compatible with common Julia index...

Hi, I have performed the following steps: 1). built MXNet from source with GPU support which generated the following 2 files: ``` libmxnet.a libmxnet.so ``` 2). withing Julia 0.6.2, `Pkg.add("MXNet")`...

It may be just me, but I'm trying to learn `MXNet.jl` by doing, given that I can't find many examples around. I have the following code ``` a = [1...

Originally filed here: https://stackoverflow.com/questions/45406537/boundserror-in-julia-mxnet-when-using-small-batch-size (reported by: Robert Crandall) quote: 'm trying to reproduce some Python MXNet code in Julia 0.6.0, and I'm getting a BoundsError if I try to use...

Hi, when I try to run this example: https://github.com/dmlc/MXNet.jl/blob/master/examples/imagenet/ijulia-pretrained-predict/Prediction I got this error: ERROR: LoadError: UndefVarError: separate not defined Seems that I'm missing a Julia package, but I can't find...

``` julia> using MXNet INFO: Recompiling stale cache file C:\Users\micha\.julia\lib\v0.5\MXNet.ji for module MXNet. ERROR: LoadError: LoadError: Cannot find or load libmxnet.so. Please see the document on how to build it....

- an example included: `examples/autograd/customfunc.jl` @vchuravy Could you review the GC-related part of this PR? TODO: - [x] support `where` syntax for `@custom`

I think we are missing the infrastructure necessary to implement bucketing? http://mxnet.readthedocs.io/en/latest/how_to/bucketing.html @ranjanan This would be helpful for you.