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

[Done] Feature/mnist train api #971

Merged
merged 35 commits into from
Dec 27, 2016

Commits on Dec 20, 2016

  1. Refine Code

    reyoung committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c0e687b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06944ee View commit details
    Browse the repository at this point in the history
  3. Start doing mnist_train_api

    reyoung committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8b4cbcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6cb60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    025e3e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    677c79b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Wait for reading data.

    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    27d87db View commit details
    Browse the repository at this point in the history
  2. A tiny fix in PyDataProvider2

    * hidden decorator kwargs in DataProvider.__init__
    * also add unit test for this.
    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    9f5e742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad93b8f View commit details
    Browse the repository at this point in the history
  4. Try to read data in mnist

    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    5f6c4af View commit details
    Browse the repository at this point in the history
  5. Use numpy in DenseScanner.

    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    36d1e61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efb5c10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20249e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05ab22c View commit details
    Browse the repository at this point in the history
  9. A tiny fix in PyDataProvider2

    * hidden decorator kwargs in DataProvider.__init__
    * also add unit test for this.
    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    1f4f044 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf5bf5b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e6c87b View commit details
    Browse the repository at this point in the history
  12. Expose Evaluator API

    reyoung committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    eaba2e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    409a577 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06dc66b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    680dd92 View commit details
    Browse the repository at this point in the history
  2. Add gitignore

    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    5bca268 View commit details
    Browse the repository at this point in the history
  3. Always use copy method for numpy.

    * Make this demo support GPU
    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    59009ba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/mnist_train_api' of github.com:reyoung/Paddle i…

    …nto feature/mnist_train_api
    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    a31ef0c View commit details
    Browse the repository at this point in the history
  5. Test GPU

    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    f06b64f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/mnist_train_api' of github.com:reyoung/Paddle i…

    …nto feature/mnist_train_api
    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    65e957c View commit details
    Browse the repository at this point in the history
  7. Test on GPU

    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    5a68584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16ea66e View commit details
    Browse the repository at this point in the history
  9. Add comments.

    reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    3a80272 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    843b63b View commit details
    Browse the repository at this point in the history
  11. add config_parser_utils

    jacquesqiao authored and reyoung committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    763a30f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b41b08 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

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

Commits on Dec 27, 2016

  1. Configuration menu
    Copy the full SHA
    eefe5a7 View commit details
    Browse the repository at this point in the history
  2. Fix merge errors.

    reyoung committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    eca4592 View commit details
    Browse the repository at this point in the history