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

Cpu lstm inference #9977

Merged
merged 26 commits into from
Mar 10, 2018
Merged

Cpu lstm inference #9977

merged 26 commits into from
Mar 10, 2018

Commits on Dec 29, 2017

  1. Merge pull request #1 from apache/master

    sync with master
    Jerryzcn authored Dec 29, 2017
    Configuration menu
    Copy the full SHA
    391f5a3 View commit details
    Browse the repository at this point in the history
  2. fix autograd import path

    Jerryzcn committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    9e48c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

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

Commits on Mar 2, 2018

  1. cpu lstm working

    Ubuntu committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    1e8a7e7 View commit details
    Browse the repository at this point in the history
  2. remove fatal log

    Ubuntu committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    6f209d2 View commit details
    Browse the repository at this point in the history
  3. add simple unittest

    remove redundant log
    enable openmp
    Ubuntu committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    7e930cb View commit details
    Browse the repository at this point in the history
  4. fused input2hidden gemm

    Ubuntu committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    19c85aa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. fix lint

    Jerryzcn committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    7c84239 View commit details
    Browse the repository at this point in the history
  2. fix pylint

    Jerryzcn committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    73a632b View commit details
    Browse the repository at this point in the history
  3. fix windows build error

    Jerryzcn committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    417552f View commit details
    Browse the repository at this point in the history
  4. fix gluon rnn interface

    Jerryzcn committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3f06618 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Update dataloader.py

    Jerryzcn authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    e7e67af View commit details
    Browse the repository at this point in the history
  2. address cr

    Jerryzcn committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    df2f836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81b9ce View commit details
    Browse the repository at this point in the history
  4. address cr

    Jerryzcn committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    b8ca9c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. fix import

    Jerryzcn committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    9b919af View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. revert some cosmetic change

    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    110010d View commit details
    Browse the repository at this point in the history
  2. fix typo

    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    f346598 View commit details
    Browse the repository at this point in the history
  3. remove newline

    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9de6bf6 View commit details
    Browse the repository at this point in the history
  4. rm virtual

    mv hardcoded number to constant
    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    f41d8ef View commit details
    Browse the repository at this point in the history
  5. address cr

    add tests
    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a8cda1a View commit details
    Browse the repository at this point in the history
  6. simplify test

    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    f051293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cffd778 View commit details
    Browse the repository at this point in the history
  8. fix test

    Jerryzcn committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    6e2134e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. fix tests

    Jerryzcn committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    d065b10 View commit details
    Browse the repository at this point in the history
  2. change magic number scope

    Jerryzcn committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    ef1e19d View commit details
    Browse the repository at this point in the history