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

CUDA error:out of memery and other errors #14

Open
ALISA199812 opened this issue Jun 20, 2021 · 0 comments
Open

CUDA error:out of memery and other errors #14

ALISA199812 opened this issue Jun 20, 2021 · 0 comments

Comments

@ALISA199812
Copy link

when I run the code -- python test_nas_video_process.py --quality [quality level] --data_name [dataset name] --use_cuda --load_on_memory
The error is the fig.1,and I checked the Display Card that is out of merrory.So I made the following adjustments to the code files:
1.option.py
parser.add_argument("--num_batch", type=int, default=64) to num_batch=1
2.process
MAX_FPS = 30 to MAX_FPS = 10
MAX_SEGMENT_LENGTH = 4 to MAX_SEGMENT_LENGTH = 1
3.test_nas_video_process.py
MAX_FPS = 30 to MAX_FPS = 10
MAX_SEGMENT_LENGTH = 4 to MAX_SEGMENT_LENGTH = 1

But an new error is still reported in the fig.2

It seems that the process is too much so that make it error.
Could you give me some advice?thanks
error1
error2

my computer is :
CUDA11.1
torch 1.9.0(pip installed)
RTX2060 6G

Looking forward to your reply!

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

1 participant