Skip to content

Commit

Permalink
Update pytorch_single_node_and_gpu.py (flyteorg#419)
Browse files Browse the repository at this point in the history
Embedding a video to outline the Pytorch training process for single-node single GPUs.
  • Loading branch information
SandraGH5 authored Sep 21, 2021
1 parent 40dc71f commit 5984d3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
that supports *PyTorch-Ignite* or *PyTorch Lightening* support, but this is not critical). One can request for a GPU, simply
by setting GPU="1" resource request and then at runtime, the GPU will be provisioned.
In this example, we'll see how we can create any PyTorch model, train it using Flyte and a specialized container.
In this example, we'll see how we can create any PyTorch model, train it using Flyte and a specialized container. The following video will outline the basics of this process.
.. youtube:: sJrERMVtxL4
"""

# %%
Expand Down

0 comments on commit 5984d3f

Please sign in to comment.