mxnet
mxnet copied to clipboard
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
I'm a little lost on using a custom loss function and would appreciate some help. I have a network which is doing some regression and have been using the MAERegressionOutput...
the onnx_model_file is the onnx model exported by pytorch (yolo) But when I import it by mxnet, the error occured as follow: hope someone can fix the problem, thank you...
## Description Hello, I am using mxnet to import a onnx model exported by pytorch and it failed with the error message below. Is there any plan to support the...
## Description When the training is over, the following error is reported in Error Message.. ### Error Message Exception ignored in: Traceback (most recent call last): File "xxxxxxx/mxnet/recordio.py", line 88,...
I have followed the installation guide for installing MXNet as well as the perl bindings however I am running into the below error. I was able to verify my MXNet...
## Description MXnet depends on a very old version of Graphviz and it sets this version as the upper bound. Is it possible to loosen these requirements? ## References -...
## Description when compiling mxnet 1.2.1, I found that there are some compilation errors. I think these ERRORs are weird. It is described below. ### Error Message /src/common/random_generator.h:154:5: error: there...
The ASF board has approved a resolution to graduate MXNet into a full top level project. Thanks to everyone for your help to get to this point. To transition from...
## Description I want to get mxnet function decorators in python. I can get the decorators for Tensorflow as follows: Given that we have the following tensorflow API: ``` tf.math.floor(2.5)...
Fix memory leaks caused by multiple calls to Extract functions. ## Description ## Multiple calls to the Extract function can cause **memory leaks**, so we need to use the singleton...