Skip to content

Commit

Permalink
Update README.rst (flyteorg#428)
Browse files Browse the repository at this point in the history
Adding a video about basic model development and data parallelism.
  • Loading branch information
SandraGH5 authored Oct 4, 2021
1 parent 9df5255 commit 20ed5a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cookbook/case_studies/ml_training/mnist_classifier/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ Flyte directly has no unique understanding of PyTorch. As per Flyte, PyTorch is
However, when merged with Flyte, the combo helps utilize and bootstrap the infrastructure for PyTorch and ensures that things work well!
Additionally, it also offers other benefits of using tasks and workflows -- checkpointing, separation of concerns, and auto-memoization.

Model Development
=================

Some basics of model development are outlined in the following video, in addition to:

- Bias Variance trade-off
- Model families
- Data parallelism
- Model parallelism, and
- PyTorch parallelism

.. youtube:: FuMtJOMh5uQ

Specify GPU Requirement
=======================

Expand Down

0 comments on commit 20ed5a9

Please sign in to comment.