Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file #13478

Merged
merged 29 commits into from
Dec 5, 2018
Merged

Commits on Nov 30, 2018

  1. updated to v1.5.0

    srochel committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    2cb8faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4af8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. added Anirudh as maintainer for R package

    ... adding something useful and re-trigger PR check
    srochel committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    49bbcbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c6db0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. 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
    apeforest authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    408a55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b67d8f View commit details
    Browse the repository at this point in the history
  3. Skip flaky test #13446 (#13480)

    ChaiBapchya authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f9e661e View commit details
    Browse the repository at this point in the history
  4. 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
    zhreshold authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    b902878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    819a04a View commit details
    Browse the repository at this point in the history
  6. [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
    nswamy authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ddf6980 View commit details
    Browse the repository at this point in the history
  7. Update row_sparse tutorial (#13414)

    Update row_sparse tutorial
    eric-haibin-lin authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    4d342ef View commit details
    Browse the repository at this point in the history
  8. 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
    safrooze authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    fb92a66 View commit details
    Browse the repository at this point in the history
  9. [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
    apeforest authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    0bb26ac View commit details
    Browse the repository at this point in the history
  10. [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
    gaurav-gireesh authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    aed3079 View commit details
    Browse the repository at this point in the history
  11. ONNX export: Instance normalization, Shape (#12920)

    * ONNX import/export: Make backend_rep common
    
    * ONNX export: Instance Normalization
    
    * ONNX export: Shape operator
    vandanavk authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    c9ddcb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e74dfa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    049107c View commit details
    Browse the repository at this point in the history
  14. Add graph_compact operator. (#13436)

    * add graph_compact.
    
    * fix.
    
    * add doc.
    
    * add tests for graph_compact.
    
    * address comments.
    
    * update docs.
    
    * trigger CI
    zheng-da authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    80e2a1d View commit details
    Browse the repository at this point in the history
  15. Deprecate Jenkinsfile (#13474)

    marcoabreu authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    1fd7558 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d8029c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    96f5beb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    09b6607 View commit details
    Browse the repository at this point in the history
  19. Fix cmake options parsing in dev_menu (#13458)

    Add GPU+MKLDNN unittests to dev_menu
    larroy authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    dd9d80c View commit details
    Browse the repository at this point in the history
  20. Revert "Manually track num_max_thread (#12380)" (#13501)

    This reverts commit 7541021.
    anirudh2290 authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    b901d52 View commit details
    Browse the repository at this point in the history
  21. 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
    azai91 authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    c44bc85 View commit details
    Browse the repository at this point in the history
  22. fix toctree Sphinx errors (#13489)

    * fix toctree errors
    
    * nudging file for CI
    aaronmarkham authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    41f3f98 View commit details
    Browse the repository at this point in the history
  23. Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat…

    …a_loader_multiworker (#13527)
    jlcontreras authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e533304 View commit details
    Browse the repository at this point in the history
  24. [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
    larroy authored and srochel committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    7f3a591 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    a8e635d View commit details
    Browse the repository at this point in the history