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

Training Problem #16

Open
cvrookie11 opened this issue Jan 13, 2024 · 2 comments
Open

Training Problem #16

cvrookie11 opened this issue Jan 13, 2024 · 2 comments

Comments

@cvrookie11
Copy link

cvrookie11 commented Jan 13, 2024

Hi, sorry to interrupt!

I used the following code for training with the same data.

python main.py --gpu=0 --task=cable-shape --agent=transporter --crop_bef_q=0 --num_demos=1000

When num_demos is set to 0,1,10,100, the training completes without a problem, but when num_demos is set to 1000, each training will force a kill at 1000 + iterations.

My GPU is an RTX 4090 with 24GB memory. I looked into whether GPU memory was causing the problem and tweaked --gpu_mem_limit, but it still didn't work. I didn't make any other changes to the provided main.py. Do we need to make some parameter changes to main.py when num_demos=1000, or what else is causing this?

Looking forward to your reply!

@cvrookie11
Copy link
Author

Furthermore, I tried to set num_demos to 500 and still trained successfully, but increasing it to 800 resulted in the process being killed after more than 1000 iterations.

@DanielTakeshi
Copy link
Owner

"each training will force a kill at 1000 + iterations."

It helps if you share the exact error message.

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