|
338 | 338 |
|
339 | 339 | <div class="section" id="torchvision">
|
340 | 340 | <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to this headline">¶</a></h1>
|
| 341 | +<p>This library is part of the <a class="reference external" href="http://pytorch.org/">PyTorch</a> project. PyTorch is an open source |
| 342 | +machine learning framework.</p> |
| 343 | +<p>Features described in this documentation are classified by release status:</p> |
| 344 | +<blockquote> |
| 345 | +<div><p><em>Stable:</em> These features will be maintained long-term and there should generally |
| 346 | +be no major performance limitations or gaps in documentation. |
| 347 | +We also expect to maintain backwards compatibility (although |
| 348 | +breaking changes can happen and notice will be given one release ahead |
| 349 | +of time).</p> |
| 350 | +<p><em>Beta:</em> Features are tagged as Beta because the API may change based on |
| 351 | +user feedback, because the performance needs to improve, or because |
| 352 | +coverage across operators is not yet complete. For Beta features, we are |
| 353 | +committing to seeing the feature through to the Stable classification. |
| 354 | +We are not, however, committing to backwards compatibility.</p> |
| 355 | +<p><em>Prototype:</em> These features are typically not available as part of |
| 356 | +binary distributions like PyPI or Conda, except sometimes behind run-time |
| 357 | +flags, and are at an early stage for feedback and testing.</p> |
| 358 | +</div></blockquote> |
341 | 359 | <p>The <a class="reference internal" href="#module-torchvision" title="torchvision"><code class="xref py py-mod docutils literal notranslate"><span class="pre">torchvision</span></code></a> package consists of popular datasets, model
|
342 | 360 | architectures, and common image transformations for computer vision.</p>
|
343 | 361 | <div class="toctree-wrapper compound">
|
@@ -436,6 +454,18 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
|
436 | 454 | </dl>
|
437 | 455 | </dd></dl>
|
438 | 456 |
|
| 457 | +<div class="toctree-wrapper compound"> |
| 458 | +<p class="caption"><span class="caption-text">PyTorch Libraries</span></p> |
| 459 | +<ul> |
| 460 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/docs">PyTorch</a></li> |
| 461 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/audio">torchaudio</a></li> |
| 462 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/text">torchtext</a></li> |
| 463 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/vision">torchvision</a></li> |
| 464 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/elastic/">TorchElastic</a></li> |
| 465 | +<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/serve">TorchServe</a></li> |
| 466 | +<li class="toctree-l1"><a class="reference external" href="http://pytorch.org/xla/">PyTorch on XLA Devices</a></li> |
| 467 | +</ul> |
| 468 | +</div> |
439 | 469 | </div>
|
440 | 470 |
|
441 | 471 |
|
@@ -472,7 +502,9 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
|
472 | 502 | <div class="pytorch-right-menu" id="pytorch-right-menu">
|
473 | 503 | <div class="pytorch-side-scroll" id="pytorch-side-scroll-right">
|
474 | 504 | <ul>
|
475 |
| -<li><a class="reference internal" href="#">torchvision</a></li> |
| 505 | +<li><a class="reference internal" href="#">torchvision</a><ul> |
| 506 | +</ul> |
| 507 | +</li> |
476 | 508 | </ul>
|
477 | 509 |
|
478 | 510 | </div>
|
|
0 commit comments