-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm receiving some strange errors when using this gem in conjunction with eventmachine.
I'm rewriting values into a single NDArray instance (reused). Up to 140 writes per second.
Randomly my event loop crashed from mxnet segfault errors. I'm going to push a list of errors in this thread.
These errors appear regardless of my context, so for simplicity, assume these are in CPU context.
1.)
malloc_consolidate(): invalid chunk size
2.) In this error, there are sometimes unicode characters present for attributes as opposed to blank
ruby/2.6.0/bundler/gems/mxnet.rb-edc85f60baa5/lib/mxnet/ndarray/operation_delegator.rb:91:in `imperative_invoke': MXNetError: Cannot find argument '', Possible Arguments: (MXNet::Error)
----------------
scalar : double, optional, default=0
The scalar value for assignment.
begin : Shape(tuple), required
starting indices for the slice operation, supports negative indices.
end : Shape(tuple), required
ending indices for the slice operation, supports negative indices.
step : Shape(tuple), optional, default=[]
step for the slice operation, supports negative values.
, in operator _slice_assign_scalar(name="", scalar="267.55", step="[1, 1]", end="[181, 1]", ="[180, 0]")
3.) basic_string::_M_construct null not valid
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels