mxnet icon indicating copy to clipboard operation
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

Results 182 mxnet issues
Sort by recently updated
recently updated
newest added

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...

C++

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...

Python
ONNX

## 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...

Feature request
ONNX

## 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,...

Bug
needs triage

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 -...

Feature request

## 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...

Bug
needs triage

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...

RFC

## 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)...

Feature request

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...

C++
pr-awaiting-testing