Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan committed Mar 21, 2023
1 parent f6b7fc5 commit 90c5b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/features/simple_deep_learning/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ make it an excellent choice for SynapseML's Simple Deep Learning:
- Flexibility: PyTorch Lightning retains the flexibility and expressiveness of PyTorch while adding useful abstractions to simplify the training loop and other boilerplate code.
- Built-in Best Practices: PyTorch Lightning incorporates many best practices for deep learning, such as automatic optimization, gradient clipping, and learning rate scheduling, making it easier for users to achieve optimal performance.
- Compatibility: PyTorch Lightning is compatible with a wide range of popular tools and frameworks, including Horovod, which allows users to easily use distributed training capabilities.
- Rapid Development: With PyTorch Lightning, users can quickly prototype and experiment with different model architectures, even training strategies without worrying about low-level implementation details.
- Rapid Development: With PyTorch Lightning, users can quickly experiment with different model architectures and training strategies without worrying about low-level implementation details.

### Sample usage with DeepVisionClassifier
DeepVisionClassifier incorporates all models supported by [torchvision](https://github.com/pytorch/vision).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ make it an excellent choice for SynapseML's Simple Deep Learning:
- Flexibility: PyTorch Lightning retains the flexibility and expressiveness of PyTorch while adding useful abstractions to simplify the training loop and other boilerplate code.
- Built-in Best Practices: PyTorch Lightning incorporates many best practices for deep learning, such as automatic optimization, gradient clipping, and learning rate scheduling, making it easier for users to achieve optimal performance.
- Compatibility: PyTorch Lightning is compatible with a wide range of popular tools and frameworks, including Horovod, which allows users to easily use distributed training capabilities.
- Rapid Development: With PyTorch Lightning, users can quickly prototype and experiment with different model architectures, even training strategies without worrying about low-level implementation details.
- Rapid Development: With PyTorch Lightning, users can quickly experiment with different model architectures and training strategies without worrying about low-level implementation details.

### Sample usage with DeepVisionClassifier
DeepVisionClassifier incorporates all models supported by [torchvision](https://github.com/pytorch/vision).
Expand Down

0 comments on commit 90c5b76

Please sign in to comment.