Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmxnet #43

Open
evo11x opened this issue Apr 19, 2021 · 5 comments
Open

libmxnet #43

evo11x opened this issue Apr 19, 2021 · 5 comments

Comments

@evo11x
Copy link

evo11x commented Apr 19, 2021

Hi,
I see that you are working hard, every day the files are updated.

I have tried to compile the entire master source with the regression example and I am getting this error

Unhandled exception. System.DllNotFoundException: Unable to load DLL 'libmxnet' or one of its dependencies: The specified module could not be found. (0x8007007E)
   at MxNet.Interop.NativeMethods.MXNDArrayCreate64(Int32[] shape, Int32 ndim, DeviceType devType, Int32 devId, Int32 delayAlloc, Int32 dtype, IntPtr& out)

Where can I get the libmxnet ?

@deepakkumar1984
Copy link
Owner

deepakkumar1984 commented Apr 19, 2021 via email

@evo11x
Copy link
Author

evo11x commented Apr 19, 2021

Thanks, I got it.
Now I get this error:

[15:19:16] C:\Jenkins\workspace\mxnet\mxnet\src\storage\storage.cc:199: Using Pooled (Naive) StorageManager for CPU
Unhandled exception. MxNet.MXNetException: Check failed: -1 == 0 MXNetError: Operator _div_scalar inferring shapes failed.
input shapes:
[4295027296,120259084316,-1,-1]
output shapes:
[4295027296,120259084316,-1,-1]
operator attributes:
scalar : 255
__profiler_scope__ : <unk>:
Stack trace:
  File "c:\jenkins\workspace\mxnet\mxnet\src\imperative\./imperative_utils.h", line 224
 at MxNet.Operator.Invoke(NDArrayList outputs) in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\Sym\Operator.cs:line 230
   at MxNet.Operator.Invoke() in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\Sym\Operator.cs:line 180
   at MxNet.nd.DivScalar(NDArray data, Single scalar) in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\NDArray\Ops.cs:line 1648
   at MxNet.NDArray.op_Division(NDArray lhs, Single scalar) in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\NDArray\NDArray.cs:line 935
   at MxNet.TestUtils.read_data(String label_url, String image_url, Int32 n) in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\TestUtils.cs:line 290
   at MxNet.TestUtils.GetMNIST() in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\TestUtils.cs:line 244
   at MNIST.GluonDemo.RunSimple() in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\examples\MNIST\GluonDemo.cs:line 19
   at MNIST.Program.Main(String[] args) in C:\Temp\MxNet.Sharp-master\MxNet.Sharp-master\examples\MNIST\Program.cs:line 8

jenkins is not my folder

@deepakkumar1984
Copy link
Owner

deepakkumar1984 commented Apr 19, 2021 via email

@BayanAktanova
Copy link

Hello, Could you please provide a date for the new release? We also have this issue:
MxNet.MXNetException
HResult=0x80131500
Message=Check failed: -1 == 0 MXNetError: Operator _div_scalar inferring shapes failed.
input shapes:
[4295027296,120259084316,-1,-1]
output shapes:
[4295027296,120259084316,-1,-1]
operator attributes:
scalar : 255
profiler_scope : :
Stack trace:
File "c:\jenkins\workspace\mxnet\mxnet\src\imperative./imperative_utils.h", line 224

Source=MxNet
StackTrace:
at MxNet.Operator.Invoke(NDArrayList outputs) in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\Sym\Operator.cs:line 230
at MxNet.Operator.Invoke() in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\Sym\Operator.cs:line 179
at MxNet.nd.DivScalar(NDArray data, Single scalar) in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\NDArray\Ops.cs:line 1648
at MxNet.NDArray.op_Division(NDArray lhs, Single scalar) in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\NDArray\NDArray.cs:line 935
at MxNet.TestUtils.read_data(String label_url, String image_url, Int32 n) in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\TestUtils.cs:line 290
at MxNet.TestUtils.GetMNIST() in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\src\MxNet\TestUtils.cs:line 244
at MNIST.GluonDemo.RunSimple() in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\examples\MNIST\GluonDemo.cs:line 19
at MNIST.Program.Main(String[] args) in C:\Users\Kazdream\Downloads\MxNet.Sharp-master\MxNet.Sharp-master\examples\MNIST\Program.cs:line 7

@deepakkumar1984
Copy link
Owner

I am not getting enough free time, thats the main reason this project is not activeily maintained. This is just working when have free time, this work doesn't give me any money or credibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants