Commit Graph

  • 995b477d94 Fix README Build Status (#16183) Zach Kimberg 2019-09-18 13:33:28 -07:00
  • 479ab46af4 [MEMORY] retry GPU memory allocation if fragmented (#16194) Sheng Zha 2019-09-18 13:30:21 -07:00
  • 477e6f7a00 Fix np.choice reminisce 2019-09-17 22:30:49 -07:00
  • 681d9a7c61 Improved error mesages reminisce 2019-09-17 13:21:28 -07:00
  • 2a201ba29d Add __array_function__ reminisce 2019-09-04 16:36:50 -07:00
  • f75d0933ef [Dataset] add shard API (#16175) Haibin Lin 2019-09-18 11:05:10 -07:00
  • 956cfa3122 assert_allclose -> rtol=1e-10 (#16198) kshitij12345 2019-09-18 23:05:28 +05:30
  • 8cc344305e adding codeowners (#16165) Aaron Markham 2019-09-18 08:40:23 -07:00
  • b777a69c9a Add register_op_hook for gluon (#15839) Anirudh Subramanian 2019-09-18 07:47:26 -07:00
  • 3dacabeaa4 Tutorials nighly fix (#16179) Vikas-kum 2019-09-16 17:26:13 -07:00
  • 2a55cd7d18 fixing test for model compatibility checker (#16159) Vikas-kum 2019-09-16 14:52:10 -07:00
  • 692f49f2b1 Sequence last fix (#16156) Chaitanya Prakash Bapat 2019-09-16 13:33:57 -07:00
  • 7fc1d84747 Adds dynamic libmxnet to CD pipeline (#16163) perdasilva 2019-09-16 22:11:19 +02:00
  • 5ed5689b6a numpy operator ravel, derive from reshape (#16016) tingying 2019-09-16 21:29:55 +08:00
  • 18d145c7f1 use 1E-4 in groupnorm test(#16169) Xingjian Shi 2019-09-15 23:52:35 -07:00
  • 5c136c9a31 Update dmlc-core (#16149) Zhennan Qin 2019-09-16 00:56:17 -05:00
  • 90091b155d [Numpy] Numpy copysign (#15851) Haozheng Fan 2019-09-16 02:57:51 +08:00
  • e9e267ef71 Fix remaining errors reported by D2L (#16157) reminisce 2019-09-14 09:33:08 -07:00
  • 3ef9cf0b38 USE_JULIA_BLAS Iblis Lin 2019-09-14 13:59:29 +00:00
  • 8c73cd9383 submodule update Iblis Lin 2019-09-14 21:32:02 +08:00
  • 6f27f0e038 build with Julia's private libopenblas Iblis Lin 2019-09-14 13:16:11 +00:00
  • ccd24a8a55 avoid test relu at the origin due to discontinuous gradient (#16133) YixinBao 2019-09-13 07:03:48 +08:00
  • c5383f788c CD Fixes (#16127) perdasilva 2019-09-12 23:00:46 +02:00
  • b4b7bfb207 Update env_var.md (#16145) Haibin Lin 2019-09-12 07:31:32 -07:00
  • d9364ba20f julia: fix mx.forward kwargs checking (#16138) Iblis Lin 2019-09-12 21:41:53 +08:00
  • 287e3b5252 Numpy add numpy op indices (#15837) Shi, guangyong 2019-09-12 14:02:24 +08:00
  • 5b42065c12 Fixing build for gluon estimator test, including libtvm in pack libs (#16148) Vikas-kum 2019-09-11 21:24:26 -07:00
  • 61e8347a88 Revert "julia: rename build env var MXNET_HOME to MXNET_ROOT (#15568)" (#16147) Aaron Markham 2019-09-11 20:33:53 -07:00
  • eb037a85c9 [MXNET-978] Higher Order Gradient Support sinh, cosh. (#15412) kshitij12345 2019-09-12 04:05:20 +05:30
  • 85fe0b439a Fixes NAG optimizer #15543 (#16053) Anirudh 2019-09-11 15:06:47 -07:00
  • c12c978aa0 Fix sample.normal shape inference reminisce 2019-09-11 00:27:34 -07:00
  • e87995db6f Reducing memory footprint of one_hot for Large Array Testing (#16136) Rohit Kumar Srivastava 2019-09-10 21:25:33 -07:00
  • 9675a2d5db Update python dependencies (#16105) Zach Kimberg 2019-09-09 14:09:32 -07:00
  • e260f13499 [Numpy] Random.choice implemented (#16089) Xi Wang 2019-09-09 22:58:29 +08:00
  • 9a9c5f8fcc Fix failing tests (#16117) Alexander Chalk 2019-09-09 08:59:22 -04:00
  • 82a8b6e979 julia: migrate build process to cmake Iblis Lin 2019-09-09 05:01:02 +00:00
  • 1c67928ad3 [MXNET-1294] Add KVSTORE PushPull API (#15559) Anand J 2019-09-08 18:32:49 -04:00
  • 5806200e94 [DOC] Consistent capitalization: mxnet -> MXNet, scala -> Scala (#16041) Yuan Tang 2019-09-08 05:44:15 -04:00
  • 75ee1e9f43 julia: rename build env var MXNET_HOME to MXNET_ROOT (#15568) Iblis Lin 2019-09-08 12:30:57 +08:00
  • 27a9782e7a [Dataset] Add take, filter, sample API to dataset (#16078) Haibin Lin 2019-09-07 20:53:22 -07:00
  • 3ff1d8794c Fixes openblas installation for static build Per Goncalves da Silva 2019-09-01 18:58:35 +02:00
  • 4f8bc3a5c2 Fix unary operator ceil/floor/trunc when data type is integer (#14251) Lin Yuan 2019-09-06 22:33:51 -07:00
  • 24f0a10e2c [MXNET-978] Higher Order Gradient Support clip, dropout. (#15746) kshitij12345 2019-09-07 04:46:22 +05:30
  • c928392a2d [MXNET-978] Higher Order Gradient Support sqrt, cbrt. (#15474) kshitij12345 2019-09-07 04:40:44 +05:30
  • 6de6848251 Not to search for coverage files when none exist (#16107) Anirudh Subramanian 2019-09-06 13:14:25 -07:00
  • 259f6bbe8b Revert accidental change to CMakelists (#16040) Pedro Larroy 2019-09-06 12:56:34 -07:00
  • 255dff0ea5 [MXNET-978] Higher Order Gradient Support arctan, arctanh, radians. (#15531) kshitij12345 2019-09-06 23:49:58 +05:30
  • d85a2d08ad [DOC] Fix doc for nn.Embedding, nn.Dense and nd.Embedding (#15869) Haibin Lin 2019-09-06 10:39:01 -07:00
  • e98dbe7762 Speed up group executor (#16069) Doron Singer 2019-09-06 17:53:04 +03:00
  • 7f57e8e10c [WIP] New Website: New Docs [1/3] (#15884) Thomas Delteil 2019-09-05 18:23:46 -07:00
  • d60be31df6 Fix gradient tensor mutate in {adam/ftrl/rmprop/rmspropalex}_update. (#15768) kshitij12345 2019-09-06 00:03:43 +05:30
  • d0fa8c0192 Test large vector mean operator and fix a few bugs (#16079) Lin Yuan 2019-09-05 02:02:50 -07:00
  • b7071c4c9c Enable tvm_op for ci (#15889) Yizhi Liu 2019-09-05 14:39:38 +08:00
  • c6a92d9681 remove 'foo' and other print msg from test (#16088) Lin Yuan 2019-09-04 21:33:52 -07:00
  • bc90e20a06 typo in docs (#16094) Chongruo Wu 2019-09-05 12:26:30 +08:00
  • 6122dfc763 Add Large tensor vector test cases (#15941) Chaitanya Prakash Bapat 2019-09-04 10:48:17 -07:00
  • c981848068 bump version to 1.5.1 (#16072) 1.5.1 Tao Lv 2019-09-04 21:34:14 +08:00
  • 4333a7ba7f Update readme and project.clj comment (#16084) Alexander Chalk 2019-09-04 07:13:43 -04:00
  • c742ef1032 add numpy operator remainder (#16080) Shi, guangyong 2019-09-04 14:42:48 +08:00
  • 07b4470984 MKL-DNN RNN checks NDArray version (#16071) Zixuan Wei 2019-09-04 14:08:29 +08:00
  • 65e37ca882 numpy multinomial op (#15878) Jake Lee 2019-09-03 21:21:16 -07:00
  • 9b9326ff94 add KEY for Tao Lv (#16081) Tao Lv 2019-09-04 10:16:15 +08:00
  • 5b301c6546 Typedef cleanup (#15899) Rohit Kumar Srivastava 2019-09-02 23:13:44 -07:00
  • 4c72d2775c new raise mode for nd.take and fix backward for wrap mode (#15887) Hao Jin 2019-09-03 14:11:27 +08:00
  • f1950984a0 fix some test files test time is too long (#16067) Shi, guangyong 2019-09-03 13:04:36 +08:00
  • 767e3f1934 Add fluent methods mean, std, var for ndarray (#16077) reminisce 2019-09-02 20:32:11 -07:00
  • 692f3c4523 Graph Partition API (#15886) Manu Seth 2019-09-02 17:37:42 -07:00
  • a8ba6d9fbb fix flaky test (#16074) Xinyu Chen 2019-09-03 01:47:20 +08:00
  • 1abf05b202 adding "total" (total time) to profiler aggregate stats sorting criteria (#16055) Zhaoqi Zhu 2019-09-02 10:29:14 -07:00
  • 5def003a58 NumPy-compatible Mean, Std and Var (#16014) Hao Jin 2019-09-02 23:31:43 +08:00
  • 56999399a4 [fix] Support nullop in transpose (#15865) kshitij12345 2019-09-02 19:47:50 +05:30
  • d5670fffaa fix test_pick test time is too long (#16066) Shi, guangyong 2019-09-02 17:08:12 +08:00
  • 36bab1c39d Fix flaky clojure profile test (#16058) Carin Meier 2019-09-01 15:26:10 -04:00
  • 6997691921 [Dev] update ps-lite dependency (#15936) Haibin Lin 2019-09-01 12:15:07 -07:00
  • afe4a71321 add deconv in TRT subgraph (#15666) (#16043) Kellen Sunderland 2019-08-31 09:24:05 -07:00
  • aab4ded78d Numpy compatible max min (#16046) Jake Lee 2019-08-30 20:45:54 -07:00
  • d80510a3ae Added more tests for Large Indices (#15960) Rohit Kumar Srivastava 2019-08-30 15:13:54 -07:00
  • 54d27cb750 [OP] Support range as advanced index for ndarrays (#16047) reminisce 2019-08-30 11:04:08 -07:00
  • 47f8ceb8a0 Disable test coverage of C++ codebase on CI (#15981) Jake Lee 2019-08-30 07:49:09 -07:00
  • 4762bcf9b8 Update TRT tutorial with new APIs (#16044) Kellen Sunderland 2019-08-30 02:03:57 -07:00
  • 9173dad947 [MKLDNN] fix uint8 batch norm memory misuse (#16034) YixinBao 2019-08-30 13:57:36 +08:00
  • 65928b1936 NumPy-compatible infrastructure on Gluon (#16024) Hao Jin 2019-08-30 12:43:28 +08:00
  • 36ac85a1ec Removes ccache setup from static build Per Goncalves da Silva 2019-07-29 15:09:44 +02:00
  • 759e76e440 Adds libmxnet feature extraction code comments Per Goncalves da Silva 2019-07-05 09:15:03 +02:00
  • 749492fb7f Updates job type parameter to dropdown Per Goncalves da Silva 2019-05-26 07:41:40 +02:00
  • 8241c5296f Updates order of parameters Per Goncalves da Silva 2019-05-26 07:36:41 +02:00
  • f6d0fc275f Takes downstream job name from environment Per Goncalves da Silva 2019-05-26 07:32:23 +02:00
  • 3027296b38 Moves ci/cd to cd directory Per Goncalves da Silva 2019-05-25 11:50:45 +02:00
  • 98cdf30040 Updates artifact repository to expect licenses Per Goncalves da Silva 2019-05-25 11:33:39 +02:00
  • 5cb26fd24d Adds license headers Per Goncalves da Silva 2019-05-23 18:50:04 +02:00
  • a8c0fe8216 Removes set_release_job_name Per Goncalves da Silva 2019-05-23 17:15:33 +02:00
  • 2b12c5931c Removes MXNET_SHA Per Goncalves da Silva 2019-05-23 15:42:31 +02:00
  • 0570892ecd Adds clarifying note on why ubuntu 14.04 is being used for compilation Per Goncalves da Silva 2019-05-23 15:29:04 +02:00
  • fff8c825f0 Clarifies ci_utils and cd_utils origin remark Per Goncalves da Silva 2019-05-23 15:27:58 +02:00
  • e539370642 Updates artifact repository cli to use --libtype instead of --static or --dynamic Per Goncalves da Silva 2019-05-23 15:25:47 +02:00
  • 23a7a58460 Throws exceptions instead o magic numbers Per Goncalves da Silva 2019-05-23 15:09:49 +02:00
  • 1196c150ed Updates kvstore functions to use pushd and popd Per Goncalves da Silva 2019-05-23 14:52:58 +02:00
  • 5fe1516600 Adds documentation Per Goncalves da Silva 2019-05-23 12:50:02 +02:00
  • 0ed97f1437 Updates CD pipeline Per Goncalves da Silva 2019-05-23 12:49:28 +02:00
  • b73b8d489a Adds static libmxnet release pipeline Per Goncalves da Silva 2019-05-23 12:48:44 +02:00