martinwholtmon / IT3920-2024-Master-MSIT

Master project for MSIT 2024 - Towards Efficient Human Action Recognition: The Role of Keyframe Selection in Video Processing
MIT License
0 stars 0 forks source link

Integrating DeepSpeed with PyTorch Lightning #16

Open martinwholtmon opened 4 months ago

martinwholtmon commented 4 months ago

Integrating DeepSpeed with PyTorch Lightning

Integrating DeepSpeed with PyTorch Lightning can significantly enhance training efficiency and scalability, especially for large models and distributed setups. Here are key benefits and considerations:

Benefits:

Considerations:

martinwholtmon commented 3 months ago

trainer = Trainer(strategy="deepspeed", accelerator="gpu", devices="auto")