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

What is the base learning rate for batch size 512? #23

Open
cneyang opened this issue Mar 20, 2023 · 0 comments
Open

What is the base learning rate for batch size 512? #23

cneyang opened this issue Mar 20, 2023 · 0 comments

Comments

@cneyang
Copy link

cneyang commented Mar 20, 2023

The original paper states that the base lr is 0.4.
image

However, 8-GPU single node training script says 0.3.

python -m torch.distributed.launch --nproc_per_node=8 main_vicreg.py --data-dir /path/to/imagenet/ --exp-dir /path/to/experiment/ --arch resnet50 --epochs 100 --batch-size 512 --base-lr 0.3

Which one is correct?

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