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

Fix SRL hang when exit. #291

Merged
merged 2 commits into from
Nov 7, 2016

Commits on Nov 1, 2016

  1. Fix SRL hang when exit.

    * Error occurred when enable Async Load in TestDataProvider.
      * It because DataProvider is calling getNextBatchInternal in one thread, and destructing DataProvider in other thread.
      * Add wait routine in DataProvider destructing.
    * Also fix another bug, when destructing TestDataProvider and do not read any test data.
    
    Fix PaddlePaddle#286
    reyoung committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    e90d5db View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

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