Iblis Lin

Results 224 comments of Iblis Lin

Hi @bionicles, Thanks for your suggestions. Could you open a PR and put this code into a `examples` dir in this repo?

Hi, @mpschr which Plots backend do you select? IIRC, only GR backend works fine on fast plotting.

> I think I'll get a chance to clean this up in the next few days. The likely fix will be to rollback #12 - which could be done now...

The build script will copy and rename it as `libmxnet.dylib` if build from `Pkg.build`. https://github.com/dmlc/MXNet.jl/blob/3df1214e6b3e71d10d4f7156bcfb56e633b38f16/deps/build.jl#L255 Did you build your libmxnet manually? or via `Pkg.build`?

Also, the stable release of MXNet.jl might not work together with newer libmxnet. If you ran into issues, please try out master of MXNet.jl first. Lots of chages from stable...

In your case, I think adding a symblink (or just copy) `libmxnet.so` to `libmxnet.dylib` may work. > Please advise how to build MXNet.lj using Pkg.build. try `Pkg.build("MXNet")`? > Finally, I...

no idea why you need `install_name_tool`, in our Travis CI build, we simply do copy.