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

Allow usage of generator-like objects instead of numpy arrays for training #7

Open
profjsb opened this issue Aug 2, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@profjsb
Copy link
Owner

profjsb commented Aug 2, 2019

By using a single numpy array at train time, the user is currently limited to building models on dataset sizes that fit in RAM. Instead, we should allow the user to train on a generator (akin to fit_generator in keras), which can read data as needed from disk. Perhaps the user can pass a pytorch.Dataset instead of a numpy array.

@profjsb profjsb added the enhancement New feature or request label Aug 2, 2019
@profjsb profjsb added this to the 0.2 milestone Aug 2, 2019
@kmzzhang
Copy link
Collaborator

This is currently being developed and expected to be released soon.

@kmzzhang
Copy link
Collaborator

kmzzhang commented Oct 6, 2019

Implemented and release as part of v.0.2.0 in DatasetSim.
For HST style dataset I will implement that when the generic HST model is made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants