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

Add vocabulary and embedding #10074

Merged
merged 20 commits into from
Mar 15, 2018
Merged

Add vocabulary and embedding #10074

merged 20 commits into from
Mar 15, 2018

Commits on Mar 11, 2018

  1. [MXNET-67] Sync master with v1.1.0 branch (#10031)

    * [REVIEW REQUIRED] Revert PR #9484 & add additional dependency licenses to LICENSE file (#9701)
    
    * Revert "[Review Required] Fixing Licenses: Cleaning up the Top Level LICENSE file (#9484)"
    
    This reverts commit 8930d96.
    
    * Some more LICENSE fixes
    
    * Adding some more packages to the LICENSE file
    
    * Adding dependencies of dependencies
    
    * update v1.1.0 change log to NEWS.md
    
    * sync README.md from v1.1.0 branch
    
    * revert to correct jenkins url in README
    yzhliu authored and Aston Zhang committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    4e2f8e9 View commit details
    Browse the repository at this point in the history
  2. Parallelization for ROIpooling OP (#9958)

    * parallelization for roipooling
    
    * remove some useless computation
    
    * remove useless muls
    
    * add author and retriggering
    
    * retrigger again
    xinyu-intel authored and Aston Zhang committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    59f0306 View commit details
    Browse the repository at this point in the history
  3. comments to copy and copyto are corrected (#10040)

    chsin authored and Aston Zhang committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    1e270b1 View commit details
    Browse the repository at this point in the history
  4. Bug Fix and performance optimized for rtc (#10018)

    * Bug Fix and performance optimized for rtc
    
    1. "super().__init__()" bug is fixed in python 2.
    2. Kernel is initialized in the stage of operator init.
    
    * Update custom_softmax_rtc.py
    
    fix unnessesary format
    chinakook authored and Aston Zhang committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    63074ce View commit details
    Browse the repository at this point in the history
  5. set embedding

    Aston Zhang committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    df974e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Code and test revised

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9c806f5 View commit details
    Browse the repository at this point in the history
  2. api implementation done

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    5797aab View commit details
    Browse the repository at this point in the history
  3. license and news

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    a2215ca View commit details
    Browse the repository at this point in the history
  4. readme and cpp

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    c69cb07 View commit details
    Browse the repository at this point in the history
  5. pylint disable

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    1863d91 View commit details
    Browse the repository at this point in the history
  6. Add API doc

    Aston Zhang committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    c378669 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. less pylint disable

    Aston Zhang committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    5edca9d View commit details
    Browse the repository at this point in the history
  2. remove contrib

    Aston Zhang committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c208477 View commit details
    Browse the repository at this point in the history
  3. move to gluon, revise api doc

    Aston Zhang committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    56d5307 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. fix import order

    Aston Zhang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    5ba2225 View commit details
    Browse the repository at this point in the history
  2. re-test

    Aston Zhang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    47d7ed4 View commit details
    Browse the repository at this point in the history
  3. relative imports

    Aston Zhang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    63923db View commit details
    Browse the repository at this point in the history
  4. re-run test

    Aston Zhang committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    616cff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. revise implementation, test case, and api doc

    Aston Zhang committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    14735e1 View commit details
    Browse the repository at this point in the history
  2. re-test

    Aston Zhang committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    240ef86 View commit details
    Browse the repository at this point in the history