Skip to content

Implement data generator into pretrain.py pipeline #22

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

Open
michaelcheah opened this issue Jun 4, 2018 · 0 comments
Open

Implement data generator into pretrain.py pipeline #22

michaelcheah opened this issue Jun 4, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@michaelcheah
Copy link
Collaborator

michaelcheah commented Jun 4, 2018

At the stage where I've got too much game data and am not able to train on all of it because my RAM is not big enough.

2018-06-04 06:42:29.484700: E tensorflow/core/common_runtime/direct_session.cc:170] Internal: failed initializing StreamExecutor for CUDA device ordinal 0: Internal: failed call to cuDevicePrimaryCtxRetain: CUDA_ERROR_OUT_OF_MEMORY; total memory reported: 2099904512

Should implement some data generator framework. At the very least, data should be read on the fly, and not inserted as a massive numpy array.

@michaelcheah michaelcheah added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant