Skip to content
This repository has been 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 Loading
base: 1.0.0
Choose a base ref
...
head repository: apache/mxnet Loading
compare: v1.0.0
Choose a head ref
  • 19 commits
  • 58 files changed
  • 11 contributors

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    c63ca70 View commit details
    Browse the repository at this point in the history
  2. Update index.md

    piiswrong committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    2b67436 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

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

Commits on Dec 14, 2017

  1. Reorganize the tutorials index page (#9033)

    * Minor changes to tutorials index page.
    
    * Reorganize the tutorials index page.
    indhub committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ec0a65a View commit details
    Browse the repository at this point in the history
  2. [ImageIO] Fix image io for opencv3.3 (#8757)

    * fix image io for opencv3.3
    
    * update function in cv_api
    
    * fix bug
    
    * fix lint
    sxjscience authored and szha committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    7c2f659 View commit details
    Browse the repository at this point in the history
  3. Fix __repr__ for gluon.Parameter (#8956)

    * Fix __repr__ for gluon.parameter
    
    * Add to contributors (PRs #8565, #8956, etc.)
    
    * Add unit test for gluon.Parameter string
    JulianSlzr authored and szha committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    e337286 View commit details
    Browse the repository at this point in the history
  4. Remove torch support (#9072)

    kevinthesun authored and szha committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d7e0a4f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

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

Commits on Dec 22, 2017

  1. Fix float16 min and max (#9149)

    * Add unittest for float16 min and max
    
    * Add mshadow fix
    reminisce authored and szha committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    7a83d67 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. fix random generator: do not gen seed each time (#9119)

    * add tests for distribution generators
    
    fix lint
    
    fix lint
    
    fix typo
    
    fix docstring
    
    fix docstring
    
    * [Bugfix] fix random generator: do not gen seed each time
    
    * gen samplers on gpu for test_softmax
    
    * fix test cases
    
    * remove unnecessary prints
    
    * refactor RandGenerator
    
    * get_native_random -> get_parallel_random
    
    * revise test cases + remove dependency of scipy
    
    * raise warning
    yzhliu committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    6e5c6f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

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

Commits on Jan 4, 2018

  1. Configuration menu
    Copy the full SHA
    e4ff7c5 View commit details
    Browse the repository at this point in the history
  2. Fix the gradient of gather_nd (#9200)

    * try to implement scatter_nd_acc
    
    fix
    
    fix
    
    fix
    
    update
    
    only support real_type
    
    update
    
    update
    
    try to fix
    
    update
    
    fix
    
    update
    
    revise test
    
    fix lint
    
    * fix
    
    * mark line as no lint
    
    * fix test
    
    * revise test
    
    * fix test case
    
    * revise
    
    * remove openmp
    
    * update
    
    * update
    
    * update
    
    * update test
    
    * Revert "update test"
    
    This reverts commit 3eb3ac6.
    
    * Revert "update"
    
    This reverts commit a28fa53.
    
    * Revert "update"
    
    This reverts commit e99ffd0.
    
    * Revert "update"
    
    This reverts commit 399ba02.
    
    * add atomic and specialize the behavior of half_t
    
    * use "!" instead of not
    
    * add test
    
    * fix test
    
    * fix test
    
    * fix test
    
    * rename to backward_gather_nd
    
    * fix
    
    * fix
    
    * fix doc
    sxjscience authored and Ubuntu committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    5585393 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Fix custom op multi-gpu scaling (#9283)

    * refactor custom op
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    piiswrong authored and szha committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    fe80b1c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    c10ab60 View commit details
    Browse the repository at this point in the history
  2. Fix nadam (#9127)

    szha committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    fd199b4 View commit details
    Browse the repository at this point in the history
  3. fix path separator (#9352)

    szha committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    9ef1969 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Change the initialization for default constructor to avoid using expl…

    …icit constructor (#8854) (#9433)
    leezu authored and piiswrong committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    790ed30 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. R graph.viz fix (#10023)

    * R graph.viz fix
    
    * sub
    jeremiedb authored and marcoabreu committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    3df9bf8 View commit details
    Browse the repository at this point in the history
Loading