Commit Graph

  • a003132417 fix lstm layer with projection save params (#17266) (#17288) Frank Liu 2020-01-16 10:47:09 -08:00
  • a296dad874 Fix flakey test_ndarray.py:test_reduce (#17312) Dick Carter 2020-01-16 10:28:35 -08:00
  • eb27161f28 Typo Change (#17339) IHateMint 2020-01-17 01:30:18 +09:00
  • b9ab7ad60f Fix typo in "Install the MXNet Package for R" (#17340) Leonard Lausen 2020-01-16 15:52:34 +00:00
  • 04c3eec3e8 grouping large vector tests based on their type and adding their nightly test function (#17306) Rohit Kumar Srivastava 2020-01-15 22:25:37 -08:00
  • 6b9a1dac77 Multi-tensor LAMB (#16893) MoisesHer 2020-01-15 18:16:18 -08:00
  • 7b349dde52 grouping large array tests based on type and updating nightly CI function (#17305) Rohit Kumar Srivastava 2020-01-15 16:08:21 -08:00
  • 09cc72e9ef Update NOTICE to fix copyright years (#17330) Lai Wei 2020-01-15 15:39:05 -08:00
  • bd67723da9 Fix operators lying about their number of inputs (#17049) Przemyslaw Tredak 2020-01-15 15:20:14 -08:00
  • be9e17e02c Fixes #17304 Flaky Test -> test_higher_order_grad.test_tanh (#17321) kshitij12345 2020-01-16 03:44:36 +05:30
  • e58623ce34 all/any_fix (#17314) Minghao Liu 2020-01-15 17:11:39 +08:00
  • 05a0e5b153 Fix CosineEmbeddingLoss in when symbol API is used (#17308) dithyrambe 2020-01-15 03:21:58 +01:00
  • 71e70f22a4 adding asnumpy() to output of gather(implicitly called) to fix gather test in large vector and tensor tests (#17290) Rohit Kumar Srivastava 2020-01-14 13:11:21 -08:00
  • 9f2e73f39b Support R-package with cmake build and fix installation instructions (#17228) Leonard Lausen 2020-01-14 18:18:11 +00:00
  • 3971938013 Fix #17267, add expected and got datatype for concat error msgs (#17271) taoli 2020-01-15 01:57:26 +08:00
  • 058de55d0c Fix image display in python autograd tutorial (#17243) Talia 2020-01-14 07:23:45 -08:00
  • 0efc0ca428 Fix rendering of ubuntu_setup.md codeblocks (#17294) Lin Yuan 2020-01-14 07:10:59 -08:00
  • 58cbd65cfe [MXNET-978] Higher Order Gradient Support rsqrt, rcbrt. (#15476) kshitij12345 2020-01-14 12:40:42 +05:30
  • a8452aaac1 Fix language selection in get_started options.js (#17284) Leonard Lausen 2020-01-14 07:21:21 +01:00
  • 2938684d4e handle array_like fill_value for np.full; add unit test coverage (#17245) Hao Jin 2020-01-13 22:15:14 -08:00
  • 1a61a8677a HMM Model (#17120) Minghao Liu 2020-01-14 14:14:11 +08:00
  • 75b93bb067 [CD] fix CD pipeline (#17259) Sheng Zha 2020-01-14 11:33:45 +08:00
  • 461f16704c porting numpy-compatible hstack to master and add dstack for interoperability (#17030) Hao Jin 2020-01-13 12:50:28 -08:00
  • 28e053edb4 [Numpy] Add infra for performing constraint check (#17272) Xi Wang 2020-01-13 12:40:32 +08:00
  • 8accaca278 Add TypeFlag=>string macro (#16881) Serge Panev 2020-01-12 00:31:09 -08:00
  • 2002d6065d fix typo (#17277) Chaitanya Prakash Bapat 2020-01-11 21:25:07 -08:00
  • 25dc909634 bump atol in backward test for softmax with length only for fp16 (#17276) Hao Jin 2020-01-11 17:02:10 -08:00
  • 0b26914976 Improve ubuntu_setup.md cmake instructions (#17273) Leonard Lausen 2020-01-11 21:27:26 +01:00
  • c3b0baaa27 fix lstm layer with projection save params (#17266) Sheng Zha 2020-01-11 15:08:57 +08:00
  • f88b1edd89 Add contributors (#17268) guanxinq 2020-01-10 14:46:01 -08:00
  • 4ed14e2b74 gather_nd: check bound and wrap negative indices (#17208) alicia 2020-01-11 01:25:19 +08:00
  • 651eb9d561 Minor fix, use RAII for TensorRT builder and network object (#17189) taoli 2020-01-10 23:45:17 +08:00
  • 56292052b0 [Numpy] add row_stack (=vstack) (#17171) hanke580 2020-01-10 14:58:04 +08:00
  • 16819a6f34 [Numpy] Random.gamma() implemented (#16152) Xi Wang 2020-01-10 12:09:50 +08:00
  • ac88f1e87a [DOC] Add a few tips for running horovod (#17235) Haibin Lin 2020-01-09 11:36:14 -08:00
  • 6ba9aad633 Enabling large tensor support for binary broadcast operators (#16755) Chaitanya Prakash Bapat 2020-01-09 11:04:07 -08:00
  • 83578b9a61 remove the straight dope from nightly test (#17253) Jake Lee 2020-01-09 03:06:39 -08:00
  • 4ff1c67b53 fix latency calculation and print issue (#17217) ciyong 2020-01-09 10:09:23 +08:00
  • ddeac2e66f Dynamic subgraph property (#17034) Sam Skalicky 2020-01-08 16:01:45 -08:00
  • c1f6d64dda Enhancements for MXTensor for custom operators (#17204) Sam Skalicky 2020-01-08 02:13:43 -08:00
  • f17d19ba66 [Numpy] Add broadcast_to scalar case (#17233) Xi Wang 2020-01-08 08:40:13 +08:00
  • ba376af2d6 Fix and clean up Ubuntu build from source instructions (#17229) Leonard Lausen 2020-01-07 20:24:24 +01:00
  • 413f748d31 autograd video and image link fixes and removing symbol tutorials (#17227) Talia 2020-01-07 10:26:16 -08:00
  • 0f04b0dcf6 [tvmop] support cuda multi-arch compilation (#17214) Yizhi Liu 2020-01-07 00:25:30 -08:00
  • ad1ff3aa85 [v1.6.x] Cherry-pick MKL-DNN Rnn operator enhancements to v1.6.x (#17225) Zixuan Wei 2020-01-07 09:50:53 +08:00
  • bd7eedf3a4 Fix #17164 symbolblock with BatchNorm inside during cast to fp16 (#17212) Joshua Z. Zhang 2020-01-06 13:33:50 -08:00
  • 1612533f8c refactor gluon.utils.split_data() following np.array_split() (#17123) zburning 2020-01-07 04:04:20 +08:00
  • 83a23b0988 MKL-DNN RNN backward path enhancement (#17183) Zixuan Wei 2020-01-06 21:20:20 +08:00
  • 0015fc3728 Backport #16980 #17031 #17018 #17019 to 1.6 branch (#17213) Hu Shiwen 2020-01-05 16:06:37 +08:00
  • 3e638b4fc4 minor fix for ncf readme (#17191) Xinyu Chen 2020-01-05 08:11:54 +08:00
  • a0fcb9ad12 Interleaved MHA for CPU path (#17138) (#17211) Haibin Lin 2020-01-04 07:37:32 -08:00
  • 4ea9aefcd6 Fix BoxNMS GPU workspace size (#17190) Serge Panev 2020-01-04 09:54:36 +01:00
  • 55e222b8c9 Interleaved MHA for CPU path (#17138) Tao Lv 2020-01-04 04:49:54 +08:00
  • 8e946c9027 Implement atleast_1d/2d/3d (#17099) Hao Jin 2020-01-03 15:04:40 +08:00
  • 4f9890f35c [tvmop] link libtvmop with libtvm_runtime (#17203) Yizhi Liu 2020-01-02 22:53:28 -08:00
  • 89fe1f6aa1 [MKLDNN] Support channel wise quantization for FullyConnected (#17187) ciyong 2020-01-03 12:26:52 +08:00
  • dafbb1107a fix norm sparse fallback (#17149) Hao Jin 2019-12-26 07:07:30 +08:00
  • 2a9ec0e4f5 Softmax primitive cache and in-place computation (#17152) Tao Lv 2020-01-03 08:59:19 +08:00
  • 77c7c3a934 Enhancements for custom subgraph op (#17194) Sam Skalicky 2020-01-02 18:13:51 -05:00
  • c7d35dbf82 fix parameter names in the estimator api (#17051) (#17162) Przemyslaw Tredak 2020-01-02 14:56:02 -08:00
  • b38816d26a ONNX export: Gather (#15995) Vandana Kannan 2020-01-02 14:32:06 -08:00
  • b9bce35aa0 boolean indexing (#17009) alicia 2020-01-03 05:25:55 +08:00
  • 06aec8aada [CI] Re-enable testing with numpy 1.18 (#17200) reminisce 2020-01-02 00:58:58 -08:00
  • ffeacfa4f0 Workaround for DLL size limitation on Windows (#16980) Hu Shiwen 2020-01-02 16:56:27 +08:00
  • e65fc4bee5 [MKLDNN] Fix _copyto (#17173) Wuxun Zhang 2020-01-02 09:37:42 +08:00
  • 5d9cbdbe14 improve mkldnn doc (#17198) Wuxun Zhang 2020-01-02 09:37:03 +08:00
  • 8dee5b7bf0 Fix gluon.Trainer regression if no kvstore is used with sparse gradients (#17199) Leonard Lausen 2020-01-01 13:21:35 +00:00
  • c020f378bd [DEBUG] enable custom error type (#17128) Sheng Zha 2019-12-31 16:59:44 +08:00
  • e9c482e181 Static Build and CD for mxnet-cu102/mxnet-cu102mkl (#17074) Sheng Zha 2019-12-31 16:51:31 +08:00
  • 498fd650ae [numpy] add op flipud, fliplr (#17192) Yiyan66 2019-12-31 15:12:27 +08:00
  • 80a850dbc0 Backport 3rdparty/openmp fixes (#17193) Leonard Lausen 2019-12-30 21:54:00 +00:00
  • 44784c2554 add op empty_like, add nan_to_num to dispatch (#17169) alicia 2019-12-31 04:34:47 +08:00
  • 230ceee5d9 Switch to modern CMake CUDA handling (#17031) Leonard Lausen 2019-12-30 09:37:43 +00:00
  • ffeebe46ab fix int8 add ut (#17166) Xinyu Chen 2019-12-30 08:57:46 +08:00
  • 6f95702613 julia: porting context.empty_cache (#17172) Iblis Lin 2019-12-28 17:10:46 +08:00
  • 1cfaf3cbfc [numpy]Add op delete (#17023) JiangZhaoh 2019-12-27 11:42:10 +08:00
  • a6ed69e060 amax (#17176) Minghao Liu 2019-12-27 11:18:37 +08:00
  • 38388ff939 fix format (#17100) dw_sjtu 2019-12-27 11:18:12 +08:00
  • 37197b6750 any/all (#17087) Minghao Liu 2019-12-27 11:12:55 +08:00
  • 2ad3ce408b broadcast_axis optimization (#17091) Tao Lv 2019-12-27 10:23:41 +08:00
  • 4fda46bd8c fix py27 quantization (#17153) Xinyu Chen 2019-12-27 08:45:19 +08:00
  • 8a14a6acb9 [MKL-DNN] Enhance Quantization Method (#17161) Xinyu Chen 2019-12-27 08:44:26 +08:00
  • dfa3d07a74 Further optimization for NCF model (#17148) Xinyu Chen 2019-12-27 08:37:48 +08:00
  • cf81887a99 Quantized Elemwise Mul Operator (#17147) Xinyu Chen 2019-12-26 18:53:19 +08:00
  • d26dd15a1b [numpy] add op round (#17175) Yiyan66 2019-12-26 17:14:01 +08:00
  • 07913f9beb fix broken link (#17130) Xinyu Chen 2019-12-26 15:30:35 +08:00
  • e15c778258 [numpy] fix argsort typo (#17150) Yiyan66 2019-12-26 14:59:37 +08:00
  • 8f9ae1c883 update mkldnn to v1.1.2 (#17165) Tao Lv 2019-12-26 13:20:00 +08:00
  • 872b533c45 randn implemented (#17141) Xi Wang 2019-12-26 10:56:21 +08:00
  • 2551a9d8c8 fix norm sparse fallback (#17149) Hao Jin 2019-12-26 07:07:30 +08:00
  • 410165b0a5 [CD] enable s3 publish for nightly builds in cd (#17112) Sheng Zha 2019-12-25 13:18:32 -08:00
  • 318d9c7f8f Fix reshape interoperability test (#17155) Hao Jin 2019-12-25 16:40:11 +08:00
  • afe7bee98f Update julia/deps/build.jl ib/jl-cmake-build Iblis Lin 2019-12-24 22:51:34 +08:00
  • ef7a75e556 Update julia/deps/build.jl Iblis Lin 2019-12-24 22:47:15 +08:00
  • efc4ad838a [MXNET-1440] julia: porting current_context (#17142) Iblis Lin 2019-12-24 09:14:39 +08:00
  • 5aa3a7a525 Disable OpenMP offloading support for 3rdparty/openmp (#17098) Leonard Lausen 2019-12-23 12:31:13 +08:00
  • 877915416b fix command quote warning Iblis Lin 2019-12-21 09:28:07 +00:00
  • e5b4871017 OPENBLAS_INTERFACE64 Iblis Lin 2019-12-21 09:25:21 +00:00
  • d000c3baa3 [Numpy ]Modify np.random.shuffle to enable inplace by default (#17133) Xi Wang 2019-12-21 10:31:27 +08:00
  • 615f609da7 fix parameter names in the estimator api (#17051) liuzh91 2019-12-21 08:31:40 +08:00