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

memory overflow #3

Closed
1329844541 opened this issue Jan 17, 2019 · 1 comment
Closed

memory overflow #3

1329844541 opened this issue Jan 17, 2019 · 1 comment

Comments

@1329844541
Copy link

Hello,I read your paper and I am more intersted in your work.But my memory overflow.I saw #2 have the same question.I wonder if you can give a tensflow version's flie ('.tfcords'),or the only way to solution is to get a bigger memory?I would be greteful to your kindness.

@dougsm
Copy link
Owner

dougsm commented Jan 18, 2019

Hello, as I mentioned in the other issue (#2 (comment)), you might be able to simply adjust the script so that it writes the data incrementally to the output file, rather than generating it all at once, which will get around the memory issue. Another alternative may be to generate a smaller dataset with fewer augmentations, which you can change using the parameters in the file. Hope that helps.

@dougsm dougsm closed this as completed Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants