Commit Graph

  • ed2cb76a34 [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API (#13294) Amol Lele 2018-12-14 18:21:18 -08:00
  • 3626fd19f6 scripts for building libmxnet binary and wheel (#13648) Sheng Zha 2018-12-14 18:17:41 -08:00
  • a024a9087c [MXNET-1195] Cleanup Scala README file (#13582) Piyush Ghai 2018-12-14 16:46:27 -08:00
  • 1128f8ef1f [MXNET-1251] Basic configuration to do static-linking (#13621) Lanking 2018-12-14 16:24:48 -08:00
  • 67bbb49064 Fix incorrect delete in MXExecutorReshape exception handling (#13376) Taliesin Beynon 2018-12-15 01:36:39 +02:00
  • fc5fce769e [MXNET-918] Random module (#13039) mathieu 2018-12-14 23:22:06 +01:00
  • e27e3e9ac9 Complimentary gluon DataLoader improvements (#13606) Joshua Z. Zhang 2018-12-14 10:16:32 -08:00
  • 476603485d Improve CCache handling (#13456) Marco de Abreu 2018-12-14 20:54:51 +01:00
  • b9b038f9b0 Complimentary gluon DataLoader improvements (#13606) Joshua Z. Zhang 2018-12-14 10:16:32 -08:00
  • 97ce6873f3 updated reference to Apache MXNet (#13645) Steffen Rochel 2018-12-14 08:35:42 -08:00
  • 77fe96ee67 [MXNET-1209] Tutorial transpose reshape (#13208) Nathalie Rauschmayr 2018-12-13 20:02:24 -08:00
  • 30655f9ef5 support mkl log when dtype is fp32 or fp64 (#13150) XiaotaoChen 2018-12-14 10:54:03 +08:00
  • 9206c40893 Revert "Feature/mkldnn static (#13628)" (#13638) Alexander Zai 2018-12-13 16:01:30 -08:00
  • 98750fecad Optimization of metric evaluation (#13471) Przemyslaw Tredak 2018-12-13 15:56:32 -08:00
  • aca93d8028 [Clojure] Correct the versions in the README so they correspond to the latest maven.org release (#13507) Carin Meier 2018-12-13 18:55:18 -05:00
  • a1cc2ba54a Improve dev_menu usability, local build and virtualenv (#13529) Pedro Larroy 2018-12-14 00:20:18 +01:00
  • e3fdee8f6e Fix for import mxnet taking long time if multiple process launched (#13602) Vikas89 2018-12-13 10:06:33 -08:00
  • c4a619c680 Add reshape op supported by MKL-DNN (#12980) zhiyuan-huang 2018-12-14 06:50:55 +08:00
  • 090f222003 Fix for import mxnet taking long time if multiple process launched (#13602) Vikas89 2018-12-13 10:06:33 -08:00
  • 7fe0409b72 build config for maven and pip (#13556) Sheng Zha 2018-12-13 10:04:50 -08:00
  • 5bcf2bd6e8 Feature/mkldnn static (#13628) Alexander Zai 2018-12-12 23:54:18 -08:00
  • afb670353c Fix the bug of BidirectionalCell (#13575) Terrorblade 2018-12-13 13:41:44 +08:00
  • 5d2b763a2c Set install path for libmxnet.so dynamic lib on Mac OS (#13629) Yuxi Hu 2018-12-12 20:55:24 -08:00
  • b45e1273ec add batch norm test (#13625) Alexander Zai 2018-12-12 18:37:46 -08:00
  • 439f167db2 Scripts for building dependency libraries of MXNet (#13282) Sheng Zha 2018-12-12 17:14:13 -08:00
  • d1e7b815d1 Merge branch 'revert-and-merge' Qing 2018-12-12 16:51:26 -08:00
  • e36f888990 fix quantize pass error when the quantization supported Op are excluded in the model (#13596) ciyong 2018-12-13 05:45:35 +08:00
  • 25be62f02a Merge branch 'java-api' into master Qing 2018-11-20 17:31:36 -08:00
  • 002e0bb08d Optimize C++ API (#13496) zhaoyao73 2018-12-12 09:24:49 -05:00
  • 9ce7eabcbc Fix warning in waitall doc (#13618) Anirudh Subramanian 2018-12-11 17:22:02 -08:00
  • 97e0c97217 [MXNET-1225] Always use config.mk in make install instructions (#13364) Zach Kimberg 2018-12-11 15:23:13 -08:00
  • b242b0c1fb [MXNET-1224]: improve scala maven jni build and packing. (#13493) Frank Liu 2018-12-11 15:21:05 -08:00
  • a4c97eca9f [MXNET-1155] Add scala packageTest utility (#13046) Zach Kimberg 2018-12-11 15:19:06 -08:00
  • 1f8bb26b63 fix the Float not showing correctly problem (#13617) Lanking 2018-12-11 15:11:27 -08:00
  • 449e17dbf2 #13385 [Clojure] - Turn examples into integration tests (#13554) Nicolas Modrzyk 2018-12-12 07:17:37 +09:00
  • e25e18f86b Add Intel MKL blas to Jenkins (#13607) Xinyu Chen 2018-12-12 03:57:09 +08:00
  • 46a29903c7 [MXNET-1253] fix control_flow_op (#13555) Lin Yuan 2018-12-10 17:44:45 -08:00
  • 75d1d4fec7 Add imresize and copyMakeBorder to mx.image (#13357) Anirudh 2018-12-10 16:49:24 -08:00
  • ba02bf2fe2 Add notes about debug with libstdc++ symbols (#13533) Pedro Larroy 2018-12-10 15:13:12 +01:00
  • f2ca66f2c5 add cpp example inception to nightly test (#13534) Lai Wei 2018-12-07 19:57:54 -08:00
  • 7d2b804823 Fix exception handling api doc (#13519) Anirudh Subramanian 2018-12-07 19:46:57 -08:00
  • 95f1e1c51a fix link for gluon model zoo (#13583) Steffen Rochel 2018-12-07 19:41:06 -08:00
  • 636933d424 ONNX import/export: Size (#13112) Vandana Kannan 2018-12-07 19:39:47 -08:00
  • 9e3f974e12 Update MXNetTutorialTemplate.ipynb (#13568) Chaitanya Prakash Bapat 2018-12-07 19:16:52 -08:00
  • b7f0122c8d fix the situation where idx didn't align with rec (#13550) Jake Lee 2018-12-07 17:06:05 -08:00
  • 186a746e55 fix the situation where idx didn't align with rec (#13550) Jake Lee 2018-12-07 17:06:05 -08:00
  • 7d74452531 Fix use-before-assignment in convert_dot (#13511) Zhipeng Jia 2018-12-07 18:42:35 -06:00
  • 4f61c32611 License update (#13565) Steffen Rochel 2018-12-07 08:53:04 -08:00
  • 7485a78372 Update version to v1.5.0 including clojure package (#13566) Steffen Rochel 2018-12-07 05:59:35 -08:00
  • 0011ab2f4b Fix flaky test test_random:test_randint_generator (#13498) Chaitanya Prakash Bapat 2018-12-06 23:49:16 -08:00
  • 2d08816c39 Add resiliency to onnx export code (#13426) (#13567) Sina Afrooze 2018-12-06 18:06:36 -08:00
  • 9c0d173100 Add workspace cleaning after job finished (#13490) Marco de Abreu 2018-12-07 01:51:01 +00:00
  • f390f0cd50 Adding test for softmaxoutput (#13116) Roshani Nagmote 2018-12-06 16:37:28 -08:00
  • 8feb826e0b #13441 [Clojure] Add Spec Validations for the Random namespace (#13523) Nicolas Modrzyk 2018-12-07 02:06:16 +09:00
  • 29885c5670 Revert "Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file" (#13558) Tao Lv 2018-12-06 17:44:06 +08:00
  • cf6e8cbd03 Chi_square_check for discrete distribution fix (#13543) Chaitanya Prakash Bapat 2018-12-05 23:20:08 -08:00
  • e0ff3c36ee Updated docs for randint operator (#13541) Chaitanya Prakash Bapat 2018-12-05 21:58:19 -08:00
  • 8bbac82774 Simplifications and some fun stuff for the MNIST Gluon tutorial (#13094) Holger Kohr 2018-12-06 01:38:46 +01:00
  • d63fdfda5a Fix #13521 (#13537) Joshua Z. Zhang 2018-12-05 13:39:17 -08:00
  • f6b4665995 Fix #13521 (#13537) Joshua Z. Zhang 2018-12-05 13:39:17 -08:00
  • f6f840110d Add a retry to qemu_provision (#13551) Pedro Larroy 2018-12-05 21:42:24 +01:00
  • bd8e0f8356 [MXNET-769] Use MXNET_HOME in a tempdir in windows to prevent access denied due t… (#13531) Pedro Larroy 2018-12-05 19:49:39 +01:00
  • 1c8972c3c8 [MXNET-1249] Fix Object Detector Performance with GPU (#13522) Lanking 2018-12-05 10:35:50 -08:00
  • cb0db290ad Fixing a 404 in the ubuntu setup doc (#13542) Andrew Ayres 2018-12-05 10:35:27 -08:00
  • 40db619080 Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file (#13478) Steffen Rochel 2018-12-05 10:11:25 -08:00
  • 2f55488a44 [MXNET-1110] Add header files required by horovod (#13062) Lin Yuan 2018-12-05 09:38:25 -08:00
  • d793feb750 Fix Jetson compilation (#13547) Pedro Larroy 2018-12-05 16:58:32 +01:00
  • d2102faa22 [MXAPPS-1020] Clean up some Sphinx warnings. (#13539) Vishaal Kapoor 2018-12-04 18:35:04 -08:00
  • 0f85f5de9e doc fix (#13465) Anirudh 2018-12-04 18:00:58 -08:00
  • a3eca5f5c9 Revert "Feature/mkldnn static 2 (#13503)" (#13540) Alexander Zai 2018-12-04 16:26:11 -08:00
  • f7192b238b Update java setup docs for 1.4.0 (#13536) Andrew Ayres 2018-12-04 16:01:26 -08:00
  • 06245b16bb Adadelta optimizer test (#13443) Anirudh 2018-12-04 11:37:50 -08:00
  • 6ae647dde3 [MXNET-1235] Add a test for AdaMax optimizer (#13467) Denisa Roberts 2018-12-04 14:18:29 -05:00
  • d60f37bf31 Docs & website sphinx errors squished 🌦 (#13488) Aaron Markham 2018-12-04 11:16:09 -08:00
  • 45fafc23e7 [v1.4.x][MXNET-1234] Port of #13409 to the release branch (#13487) Pedro Larroy 2018-12-04 19:02:31 +01:00
  • 7dde0eb0e4 [MXNET-1234] Fix shape inference problems in Activation backward (#13409) Pedro Larroy 2018-12-04 18:48:39 +01:00
  • 3d499cb358 Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527) Jose Luis Contreras 2018-12-04 14:12:36 +01:00
  • f2dcd7c7b8 fix toctree Sphinx errors (#13489) Aaron Markham 2018-12-03 17:27:41 -08:00
  • d772a4b64e Revert "Manually track num_max_thread (#12380)" (#13501) (#13517) Anirudh Subramanian 2018-12-03 15:39:53 -08:00
  • 65edc9500b Feature/mkldnn static 2 (#13503) Alexander Zai 2018-12-03 15:19:40 -08:00
  • 8949989610 Revert "Manually track num_max_thread (#12380)" (#13501) Anirudh Subramanian 2018-12-03 13:50:12 -08:00
  • 4ab82e14fe [v1.4.x] Updated license file for clojure, onnx-tensorrt, gtest, R-package (#13510) Steffen Rochel 2018-12-03 06:20:18 -08:00
  • 9979c3cea0 Fix cmake options parsing in dev_menu (#13458) Pedro Larroy 2018-12-03 15:17:09 +01:00
  • 7d44deb4b2 ONNX export: Logical operators (#12852) Vandana Kannan 2018-12-02 20:30:35 -08:00
  • b684c654f4 #13453 [Clojure] - Add Spec Validations to the Optimizer namespace (#13499) Nicolas Modrzyk 2018-12-02 23:34:36 +09:00
  • d91284bdb1 update github location for sampled_block.py (#13508) Steffen Rochel 2018-12-01 20:26:45 -08:00
  • 1f73c5d9d3 Deprecate Jenkinsfile (#13474) Marco de Abreu 2018-12-01 21:57:33 +01:00
  • 4cd3355130 Add graph_compact operator. (#13436) Da Zheng 2018-11-30 23:46:50 -08:00
  • 6990b7d8e2 clarify ops faq regarding docs strings (#13492) Aaron Markham 2018-11-30 23:38:20 -08:00
  • 2bc4430c9c Clarify dependency on OpenCV in CNN Visualization tutorial. (#13495) Vishaal Kapoor 2018-11-30 23:35:42 -08:00
  • 77510d7b37 ONNX export: Instance normalization, Shape (#12920) Vandana Kannan 2018-11-30 23:05:51 -08:00
  • baeada4940 [MXNET-1210 ] Gluon Audio - Example (#13325) Gaurav Gireesh 2018-11-30 22:53:46 -08:00
  • 79532d9cc1 Fix deconvolution / PR 13421 (#13433) Alexander Zai 2018-11-29 17:24:18 -08:00
  • 0d480fbe15 [MXNET-1185] Support large array in several operators (part 1) (#13418) Lin Yuan 2018-11-30 21:48:20 -08:00
  • ff4c178ec4 Get the correct include path in pip package (#13452) Lin Yuan 2018-11-29 19:23:52 -08:00
  • 9e0877014b Skip flaky test https://github.com/apache/incubator-mxnet/issues/13446 (#13480) (#13491) Chaitanya Prakash Bapat 2018-11-30 15:44:35 -08:00
  • ac99a218b4 Rewrite dataloader with process pool, improves responsiveness and reliability (#13447) Joshua Z. Zhang 2018-11-30 10:09:47 -08:00
  • 0f0b6f7eb3 Update row_sparse tutorial (#13414) Haibin Lin 2018-11-30 11:58:16 -08:00
  • b58de7494d Add resiliency to onnx export code (#13426) Sina Afrooze 2018-11-30 13:33:16 -08:00
  • 99521d0509 Update README.md (v1.4.x) (#13469) Steffen Rochel 2018-11-30 12:35:01 -08:00