facebookresearch / facebookresearch/segment-anything
About training time details
Open
- Dominant language
- Jupyter Notebook
- Stars
- 54.9k
- Forks
- 6.4k
- PR merge metrics
- No merged PRs in 30d
Description
SAM's papar mentioned that "SAM was trained on 256 A100 GPUS for 68 hours"
Does it mean, that:
train speed = (2 epoch * 11000000 images/epoch) / (256 gpus * (68*3600) seconds)
= 0.35 images / (second * GPU)
= 1 image for (2.85 seconds * GPU)?
so is it correct ? thanks
Contributor guide
Assessment
This issue has not been assessed yet.