Skip to content

Experimental Structure Uses Decoded Dictionary Instead of h5 #1

Description

@ladewigsean

For experiment Runners in experiments\43_rigorous_benchmark\runners, all methods expect a decoded dictionary as input. Writing the encoded database to an h5 file and decoding per batch would alleviate memory limitations, enable practical training time comparisons, and allow comparison between raw and compressed h5 files for experimental compression values.

quicker memory fix
The dictionary approach allows for quicker general tests, but all decoded datasets are loaded into memory at once before running the first test. Reranging tests so that they are run after their respective decodings will ensure that only the necessary data is in memory for each test.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions