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

Test solvers on fixed hdf5 data #2887

Merged
merged 2 commits into from
Aug 9, 2015
Merged

Commits on Aug 8, 2015

  1. Configuration menu
    Copy the full SHA
    2c356a4 View commit details
    Browse the repository at this point in the history
  2. TestGradientBasedSolver: replace dummy data with hdf5

    Rely on fixed hdf5 data for determinism of solver tests.
    
    - draw random Gaussian data and targets for test and save to hdf5
    - use the same data for all tests without constant / gaussian condition
      previously needed for accumulation
    - avoid test artifacts due to order of random draws in dummy data
    shelhamer committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    6019246 View commit details
    Browse the repository at this point in the history