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

Stack overflow and OOM #25

Open
saeed68gm opened this issue Jul 1, 2019 · 1 comment
Open

Stack overflow and OOM #25

saeed68gm opened this issue Jul 1, 2019 · 1 comment

Comments

@saeed68gm
Copy link

Hi,

Very cool work! However I run into some issues trying to experiment with it.
How much GPU/CPU memory is recommended for training and inference?

I have a pretty powerful machine (GPU RTX 24 GB RAM) but I could only train with a batch size of 1.

Also at inference time I get stack overflow at the line:
proposals = list(map(modules.rle_decode, json.load(f)))

Any advice on how to fix it would be appreciated.

Thanks

@raziehkaviani
Copy link

Hi,

Very cool work! However I run into some issues trying to experiment with it.
How much GPU/CPU memory is recommended for training and inference?

I have a pretty powerful machine (GPU RTX 24 GB RAM) but I could only train with a batch size of 1.

Also at inference time I get stack overflow at the line:
proposals = list(map(modules.rle_decode, json.load(f)))

Any advice on how to fix it would be appreciated.

Thanks

Hi,

I have the same problem! Could you solve OOM problem?
Thanks

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