Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1 KB

building-w-pytorch.md

File metadata and controls

30 lines (22 loc) · 1 KB
layout title permalink background-class body-class order published
get_started
Building with PyTorch
/get-started/building-w-pytorch/
get-started-background
get-started
3
true

Building with PyTorch

The easiest way to start building with PyTorch is to leverage an existing, pretrained model. PyTorch benefits from a very large ecosystem of libraries working with pretrained models (see the PyTorch Ecosystem).

Hugging Face

A repository containing a very large number of existing pretrained checkpoints (1M+) over a very wide set of tasks is the Hugging Face Hub, covering pretrained models from many PyTorch-based tools.

See below for some examples to get started with pretrained models.

Getting Started with Pretrained Models

Computer Vision
Natural Language Processing & LLMS
Computer Vision
Audio
Multimodal

<script page-id="building-w-pytorch" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script> <script src="{{ site.baseurl }}/assets/get-started-sidebar.js"></script>