You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing mxnet it did not install correctly, so i used a source distribution.
This line returns a "" Libdl.find_library(["libmxnet", "libmxnet.so"], ["~/mxnet/lib"])
while Libdl.find_library(["libmxnet", "libmxnet.so"], ["/home/ashedko/mxnet/lib"])
does return "/home/ashedko/mxnet/lib/libmxnet"
maybe consider permitting one to use ~ in paths in Libdl, as well as other
The text was updated successfully, but these errors were encountered:
When installing mxnet it did not install correctly, so i used a source distribution.
This line returns a
""
Libdl.find_library(["libmxnet", "libmxnet.so"], ["~/mxnet/lib"])
while
Libdl.find_library(["libmxnet", "libmxnet.so"], ["/home/ashedko/mxnet/lib"])
does return
"/home/ashedko/mxnet/lib/libmxnet"
maybe consider permitting one to use
~
in paths in Libdl, as well as otherThe text was updated successfully, but these errors were encountered: