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

If I only have one GPU, how should I set the training parameters? #127

Open
lzylzylzy123456 opened this issue Sep 7, 2023 · 1 comment

Comments

@lzylzylzy123456
Copy link

As mentioned, I only have one RTX 4080, and I want to replicate the paper's results as closely as possible. I'm unsure about the optimal training parameter settings as I've noticed that training takes a considerable amount of time. Do you have any prior knowledge or recommendations? This would greatly help me save time!

@SAistheBESTone
Copy link

python tools/train_net.py --num-gpus 1 --dist-url='tcp:https://127.0.0.1:52125' --resume --config-file ./configs/OWOD/t1/t1_train.yaml SOLVER.IMS_PER_BATCH 1 SOLVER.BASE_LR 0.0025 OUTPUT_DIR "./output/t1"

try it bro

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