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
## Description I'm testing nlp Bert performance using mxnet (including gluonnlp) in aws lambda based on arm64 (graviton2 processor). These scripts that I used ### save Bert model with Gluonnlp...
I bumped into this while investigating memory efficiency of v2.0 vs v1.6. I am building master branch (v2.0) from commit https://github.com/apache/incubator-mxnet/commit/fabcd145cd496628791f9f2ea813048360ac33ca and 1.x branch (v1.6) from commit https://github.com/apache/incubator-mxnet/commit/6eec9da55c5096079355d1f1a5fa58dcf35d6752 This script...
I've been trying to install MxNet and GluonCV on a M1 Mac, and I'm using Miniconda, which supposedly supports arm-based packages installations. I tried a couple of approaches so far,...
Following the instructions in https://github.com/apache/incubator-mxnet/blob/master/config/darwin.cmake: ``` # If you want to change the configuration, please use the following steps. # Assume you are on the root directory of mxnet. First...
## Description ## Hi, there. I add the contrib operators into cpp-package. The prefix of their name is `_`. For example, the name of ROIAlign is `_contrib_ROIAlign`. The number of...
## Description ## When net is partially initialized(which is very common), this PR allow ``` net.collect_params().initialize(ignore_reinit=True) ``` without throwing warnings for each initialized parameter. Otherwise user have to use warnings.catch_warnings...
## Description Test appears to be only for mkldnn (skips when native CPU or GPU,) but this is failing repeatedly in the v1.9.x branch. Can the Intel folks take a...
In our discussion thread in general@incubator about graduating Apache MXNet to a top level project, the Apache IPMC noticed some [branding issues](https://lists.apache.org/thread/6brq4jg1x3hnt0sr3phboh2vwoo33db1) that should be addressed. List of current violations...
Hello MXNet Community, I'd like to start the discussion of graduating MXNet from an Apache Incubating project to a top-level ASF project. MXNet has been an incubating project since January...
## Description There is a memory leak in MXPredCreate() identified by Valgrind. Details below: ``` ==23612== Conditional jump or move depends on uninitialised value(s) ==23612== at 0x403D6F5: bcmp (vg_replace_strmem.c:1129) ==23612==...