-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file #13478
Commits on Nov 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2cb8faf - Browse repository at this point
Copy the full SHA 2cb8fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4af8e7 - Browse repository at this point
Copy the full SHA e4af8e7View commit details
Commits on Dec 2, 2018
-
added Anirudh as maintainer for R package
... adding something useful and re-trigger PR check
Configuration menu - View commit details
-
Copy full SHA for 49bbcbc - Browse repository at this point
Copy the full SHA 49bbcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c6db0 - Browse repository at this point
Copy the full SHA 42c6db0View commit details
Commits on Dec 4, 2018
-
Get the correct include path in pip package (#13452)
* add find_include_path API * address reviewer comment * change return type from list to string * add unit test * address reviewer comment * address reviewer comment * address reviewer comment * address reviewer comment * fix include path problem in pip package * add comment * fix lint error * address reviewer comment * address reviewer comment
Configuration menu - View commit details
-
Copy full SHA for 408a55d - Browse repository at this point
Copy the full SHA 408a55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b67d8f - Browse repository at this point
Copy the full SHA 7b67d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e661e - Browse repository at this point
Copy the full SHA f9e661eView commit details -
Rewrite dataloader with process pool, improves responsiveness and rel…
…iability (#13447) * fix recordio.py * rewrite dataloader with pool * fix batch as tuple * fix prefetching * fix pylint * picklable function * use pickle * add missing commit
Configuration menu - View commit details
-
Copy full SHA for b902878 - Browse repository at this point
Copy the full SHA b902878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819a04a - Browse repository at this point
Copy the full SHA 819a04aView commit details -
[MXNET-1158] JVM Memory Management Documentation (#13105)
* update train_mnist * Add documentation for JVM Memory Management * update doc * address nit picks * address nit picks * Grammar and clarity edits for memory management doc * Edits for scala memory management * Update memory-management.md * Update memory-management.md * Update memory-management.md * capitalization fix
Configuration menu - View commit details
-
Copy full SHA for ddf6980 - Browse repository at this point
Copy the full SHA ddf6980View commit details -
Update row_sparse tutorial (#13414)
Update row_sparse tutorial
Configuration menu - View commit details
-
Copy full SHA for 4d342ef - Browse repository at this point
Copy the full SHA 4d342efView commit details -
Add resiliency to onnx export code (#13426)
* Added resiliency to onnx export code - With previous infer-shape implementation, if input shape was list instead of tuple or if extra non-existent parameters were provided, the code would still work. The fixes in this commit make sure that behavior is restored to prevent any compatibility issues with existing export code. * Fixed name of net in unittest * Fix pylint
Configuration menu - View commit details
-
Copy full SHA for fb92a66 - Browse repository at this point
Copy the full SHA fb92a66View commit details -
[MXNET-1185] Support large array in several operators (part 1) (#13418)
* fix a few operators with large arrays (# of elements) * fix bug in broadcast_div and add tests * address reviewer comment * add unit test * add empty line * retrigger CI
Configuration menu - View commit details
-
Copy full SHA for 0bb26ac - Browse repository at this point
Copy the full SHA 0bb26acView commit details -
[MXNET-1210 ] Gluon Audio - Example (#13325)
* Initialized the example * Addressed PR comments, about existing synset.txt file - no overwrite * RST - docstring issues fixed * added README * Addressed PR comments * Addressed PR comments, checking Divide by 0 * Raising error if format is not supported. * changed a line for ndarray of labels * Trigger CI * Trigger CI * PR comments addressed around skip_header argument * Addressed PR comments around librosa import * PR Comments * Passing lazy=lazy from argument * Added PR comments, labels to README.MD * Trigger CI * Addressing PR Comments in README * Modified README.md * Added example under audio folder * Retrigger CI * Retrigger CI
Configuration menu - View commit details
-
Copy full SHA for aed3079 - Browse repository at this point
Copy the full SHA aed3079View commit details -
ONNX export: Instance normalization, Shape (#12920)
* ONNX import/export: Make backend_rep common * ONNX export: Instance Normalization * ONNX export: Shape operator
Configuration menu - View commit details
-
Copy full SHA for c9ddcb8 - Browse repository at this point
Copy the full SHA c9ddcb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e74dfa - Browse repository at this point
Copy the full SHA 9e74dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 049107c - Browse repository at this point
Copy the full SHA 049107cView commit details -
Add graph_compact operator. (#13436)
* add graph_compact. * fix. * add doc. * add tests for graph_compact. * address comments. * update docs. * trigger CI
Configuration menu - View commit details
-
Copy full SHA for 80e2a1d - Browse repository at this point
Copy the full SHA 80e2a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd7558 - Browse repository at this point
Copy the full SHA 1fd7558View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8029c8 - Browse repository at this point
Copy the full SHA d8029c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f5beb - Browse repository at this point
Copy the full SHA 96f5bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b6607 - Browse repository at this point
Copy the full SHA 09b6607View commit details -
Fix cmake options parsing in dev_menu (#13458)
Add GPU+MKLDNN unittests to dev_menu
Configuration menu - View commit details
-
Copy full SHA for dd9d80c - Browse repository at this point
Copy the full SHA dd9d80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b901d52 - Browse repository at this point
Copy the full SHA b901d52View commit details -
Feature/mkldnn static 2 (#13503)
* build mkldnn as static lib * update makefile to statically build mkldnn * build static mkldnn * fix static name * fix static name * update static for mac * rename mkldnn dep in ci * remove moving mkldnn dynamic lib * remove commented code * remove mkldnn dnaymic for unitest * force static for mkldnn lib * remove dynamic mkldnn bind * only link windows * add mkldnn.mk * try force linking * remove mkldnn dynanmic check * remove test mkldnn install * fix spacing * fix index * add artifacts * add comment about windows * remove static * update makefile
Configuration menu - View commit details
-
Copy full SHA for c44bc85 - Browse repository at this point
Copy the full SHA c44bc85View commit details -
fix toctree Sphinx errors (#13489)
* fix toctree errors * nudging file for CI
Configuration menu - View commit details
-
Copy full SHA for 41f3f98 - Browse repository at this point
Copy the full SHA 41f3f98View commit details -
Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat…
…a_loader_multiworker (#13527)
Configuration menu - View commit details
-
Copy full SHA for e533304 - Browse repository at this point
Copy the full SHA e533304View commit details -
[MXNET-1234] Fix shape inference problems in Activation backward (#13409
) * Provide a failing test for ReLU activation shape inference bug * Fix Activation backward shape inference fixes: #13333 * Add softsign Activation to test_gluon.py * Use activation in GPU if we are using CUDNN and not MKLDNN as it's happening right now * Don't disable MKLDNN
Configuration menu - View commit details
-
Copy full SHA for 7f3a591 - Browse repository at this point
Copy the full SHA 7f3a591View commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a8e635d - Browse repository at this point
Copy the full SHA a8e635dView commit details