Thanks to visit codestin.com
Credit goes to github.com

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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/mxnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: apache/mxnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.x
Choose a head ref
  • 18 commits
  • 192 files changed
  • 9 contributors

Commits on Mar 14, 2019

  1. v1.4.x: Backport of Windows CI Fixes (#14420)

    * Backports Windows CI pipeline fixes from master
    
    * Updates Jenkins file to use python 3 when calling build_windows.py
    
    * Installs qemu pip requirements from qemu requirements file (#14355)
    
    * remove a white space
    perdasilva authored and marcoabreu committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    44265aa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Fixes for data links (#14526)

    * Changed data.dmlc.ml -> data.mxnet.io
    * Added retries for downloads
    * Removed silent mode for explicit failure reporting
    lebeg authored and wkcn committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    06a5c37 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Memory fixes. Resolves #10867, and resolves #14080 (#14372) (#14586)

    * Fixes for memory leak when reshaping executor
    
    * Fixed Adam Optimizer memory leak
    
    * Cleanup for PR
    
    * Added unit test for new ResourceScope method
    
    * Removing import that was added by overzealous ide
    
    * Add back in an import
    
    * Added flags for executor to know whether or not it owns NDArrays for disposal
    
    * Moving to ResourceScope.using implementation
    
    * Changes to make ResourceScope.using work with existing scope
    
    * Updating ResourceScope to work with existing scopes via usingIfScopeExists method
    
    * Fix clojure unit tests
    
    * Fixes to be compatibile with how clojure is using ResourceScope
    
    * Removing some unnecessary changes
    
    * Adding scope assertion in unit test
    lanking520 authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c15cbaf View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Fix nightly build of 1.4.x (#14556)

    * Fix nightly build of 1.4.x
    
    Nightly build of 1.4.x keeps failing, and while in 1.5.0 there was a major rewrite for this tutorial, since 1.4.0 is already published, I made the smallest change possible to fix that. I checked the build after this change on my EC2 instance - all good.
    
    * Force build
    
    * Force build 2
    
    * Force build once more
    Ishitori authored and ThomasDelteil committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8b68640 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Less cudaGet/SetDevice calls in Gluon execution (#13764)

    * Remove unnecessary cudaGetDevice/cudaSetDevice calls
    
    * Fixes for the DeviceGuard
    
    * Retrigger CI
    
    * Fix for possible invalid device ordinal when using DeviceStore while
    driver is unloading
    
    * Fix for RTC when the driver API call is the first call
    
    * Added DeviceStore to pooled engine
    ptrendx authored and Sheng Zha committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9b6e84e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Add MXEnginePushAsync and MXEnginePushSync C APIs (#14615) (#14770)

    * add PushAsyncPtr and PushSyncPtr APIs in engine
    
    * avoid using shared_ptr for param in new APIs
    
    * avoid using std::vector in parameters
    
    * change to C API
    
    * address comments and add tests
    
    * fix perl build
    
    * use int instead of size_t
    yuxihu authored and szha committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    60e8a1f View commit details
    Browse the repository at this point in the history
  2. Tidy up storage allocation and deallocation (#14480) (#14768)

    * free memory when dptr is not nullptr
    
    * skip memory allocation when handle size is 0
    
    * update comments
    
    * update Alloc in naive storage manager
    
    * address comments
    
    * add unit test for size 0 allocation
    yuxihu authored and szha committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    b986d06 View commit details
    Browse the repository at this point in the history
  3. Add pin_device_id option to Gluon DataLoader (#14136) (#14771)

    * add pin_device_id option to DataLoader
    
    * add unit test to check output context
    
    * trigger CI
    yuxihu authored and szha committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    b7372d3 View commit details
    Browse the repository at this point in the history
  4. Set idx2name for Optimizer object (#14703) (#14772)

    * set idx2name for optimizer
    
    * add unit test
    yuxihu authored and szha committed Apr 23, 2019
    1 Configuration menu
    Copy the full SHA
    0eab551 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Use DEFAULT macro in C APIs (#14767) (#14789)

    * fix C API default values
    
    * remove duplicate MXInvokeCachedOp
    yuxihu authored and szha committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    19d78e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. [v1.4.1] Java bug-fix cherry pick (#14834)

    * clean up submodule (#14645)
    
    * Scala/Java Predict API fix #14756 (#14804)
    
    * add fix in the code
    
    * add unit test
    
    * update comments
    
    * add fixes to code gen
    lanking520 authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    69515c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Bump version number (#14841)

    junrushao authored and szha committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    1a71996 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

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

Commits on May 9, 2019

  1. [1.4.x] Adds additional build envs (#14920)

    * Adds CUDA build environment for version 8.0, 9.0, 9.2 and 10.0
    
    * Renames ubuntu_gpu environment to ubuntu_gpu_cu91 and updates references
    
    * Adds static build image and updates ci/build.py
    perdasilva authored and zachgk committed May 9, 2019
    Configuration menu
    Copy the full SHA
    b9ea0fa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

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

Commits on Jun 5, 2019

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

Commits on Jul 1, 2019

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