-
Notifications
You must be signed in to change notification settings - Fork 431
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
I'm a Beginner, there is some problem for me, someone can help me? thx ^_^ #50
Comments
In CornerNet.json,you should change both batch_size and chunk_sizes.For example, the batch_size is 30, the chunk_sizes is [15, 15] |
thx for your answer.^_^ my CornerNet.json is like below: But it's still OOM T_T "system": {
[root@localhost CornerNet-Lite]# python3 demo.py |
How many GPU do you have? If you have just one, I think you can try set chunk_sizes=[1]. |
when I run the python demo.py , OOM occurred like below:
RuntimeError: CUDA out of memory. Tried to allocate 44.00 MiB (GPU 0; 1.95 GiB total capacity; 1.23 GiB already allocated; 2.62 MiB free; 98.86 MiB cached)
so where is bitch_size?
thx ^_^
The text was updated successfully, but these errors were encountered: