Researchers from fast.ai announced a new speed record for training ImageNet to 93 percent accuracy in only 18 minutes. Fast.ai alumni Andrew Shaw…
Overview
Researchers from fast.ai have set a new speed record for training ImageNet, achieving 93 percent accuracy in just 18 minutes using NVIDIA V100 Tensor Core GPUs. This accomplishment was made possible through the use of AWS cloud resources, fastai, cuDNN, and PyTorch libraries, along with the NVIDIA Collective Communications Library for distributed computation.
What You'll Learn
How to train ImageNet efficiently using NVIDIA V100 Tensor Core GPUs
Why using distributed computation can significantly speed up model training
When to apply fastai and PyTorch for deep learning projects
Prerequisites & Requirements
- Understanding of deep learning concepts and frameworks
- Familiarity with AWS and its services(optional)
Key Questions Answered
How fast did fast.ai train ImageNet to achieve 93 percent accuracy?
What technologies were used in the fast.ai ImageNet training?
What was the cost of the compute resources used for the ImageNet training?
How much faster was the new record compared to the previous one?
Key Statistics & Figures
Technologies & Tools
Some links below are affiliate links. We may earn a commission if you make a purchase.
Key Actionable Insights
1Leverage NVIDIA V100 Tensor Core GPUs for deep learning projects to achieve faster training times.Using advanced GPUs can drastically reduce the time required for model training, making it feasible to iterate quickly and improve model performance.
2Utilize distributed computation techniques to enhance the scalability of your machine learning models.By implementing distributed training using tools like NCCL and PyTorch, teams can handle larger datasets and achieve better results in less time.
3Consider using cloud services like AWS for cost-effective access to powerful computing resources.Cloud platforms can provide the necessary infrastructure for intensive computations without the need for significant upfront investment in hardware.