Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge from master #2

Merged
merged 5 commits into from
Oct 29, 2019
Merged

merge from master #2

merged 5 commits into from
Oct 29, 2019

Commits on Oct 25, 2019

  1. [FEATURE] Add raw attention scores to the AttentionCell #951 (#964)

    * Implement: Add raw attention scores to the AttentionCell #951
    
    * Fix pylint issues.
    
    * Address code-review comments.
    
    * Separate _compute_score form _compute_weight.
    emilmont authored and leezu committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    06ecac8 View commit details
    Browse the repository at this point in the history
  2. [CI] Enable testing warnings with pytest and update deprecated API in…

    …vocations (#980)
    
    Test changes
    - Enforce that no unexpected warnings are thrown.
    
    API changes
    - Update gluonnlp.data.UnigramCandidateSampler to make use of MXNet random.uniform_like operator and drop constructor shape argument. Now the candidates_like argument during forward is used to specify shape of to be sampled candidates. This was the originally intended design, but had to wait for MXNet random.uniform_like operator being available in stable MXNet.
    leezu authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7c4fd12 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

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

Commits on Oct 28, 2019

  1. [CI] Use Cuda 10.0 MXNet build (#991)

    * Update MXNet dependency to cu100-1.6.0b20191027 for CPU and GPU
    
    Nightly release pipelines for cu101-mkl is currently blocked.
    Recent CPU builds also failed.
    
    * Simplify Dockerfile
    
    * Fix lint
    leezu authored and szha committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    bfa5503 View commit details
    Browse the repository at this point in the history