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

## Description I am facing the issue loading the trained Symbolic model in mxnet 1.6.0. It is reproducible in the most recent nightly build. The error message indicated that the...

Bug
Gluon
Numpy

## Description ## Update year in notice ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) -...

pr-work-in-progress

Building on Mac-ARM fails with some basic errors, the first one being: ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? __builtin_ia32_emms(); ^ ``` After a bit...

Bug
Pending Requester Info

## Description Hello, we try to use keras as the front-end to run Mxnet, but find several Mxnet crashes, we are not should if there is a real bug trigger...

Bug
needs triage

## Description ## fix Build with opencv4 to use USE_OPENCV_INC_PATH. Currently OPENCV_INC_PATH is used as following: CFLAGS += -I$(USE_OPENCV_INC_PATH)/include And the program is used opencv header files as follows: #include...

pr-work-in-progress

## Description ## This package is vulnerable to MITM or Man-In-The-Middle attack due to a downloading resources through insecure protocols. It is possible for an attacker to intercept and alter...

pr-work-in-progress

As we frequently improve our ONNX support, users might want to get timely access to the latest changes. However, MXNet releases might not happen as frequent as the users would...

pr-awaiting-testing

## Description ## Adds script to automate macOS wheel build process. (one script launch process) ## Checklist ## ### Essentials ### - [x] PR's title starts with a category -...

pr-awaiting-testing

## Description ## Updated v1.x to version 1.9 after branching v1.8.x. Followed previous update PR #19196

pr-work-in-progress

fixes https://github.com/apache/incubator-mxnet/issues/20296 This pr adds a lock to (lazy) executor binding in `MXPredForward` to improve thread safety in multi-threaded inference use cases

pr-awaiting-testing