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

Why is batch_size = 52 instead of 32 or 64? #18

Open
onchiptech opened this issue Mar 11, 2021 · 0 comments
Open

Why is batch_size = 52 instead of 32 or 64? #18

onchiptech opened this issue Mar 11, 2021 · 0 comments

Comments

@onchiptech
Copy link

In config/training/default.yaml file the batch_size is defined as 52. In general, the batch_size value will be power of 2. For example 8, 16, 32, 64, 128 so on.

training:
batch_size: 52
sample_frames: 32
n_steps: 500000
optimizer:
lr: 4e-4
scheduler:
milestones:
- 300000
- 400000
gamma: 0.5
checkpoint_interval: 20000
n_workers: 8

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