Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 110 additions & 33 deletions 0.7/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,7 @@
</li>

<li>
<div class="ecosystem-dropdown">
<a id="dropdownMenuButton" data-toggle="ecosystem-dropdown">
Ecosystem
</a>
<div class="ecosystem-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/hub"">
<span class=dropdown-title>Models (Beta)</span>
<p>Discover, publish, and reuse pre-trained models</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/ecosystem">
<span class=dropdown-title>Tools & Libraries</span>
<p>Explore the ecosystem of tools and libraries</p>
</a>
</div>
</div>
<a href="https://pytorch.org/ecosystem">Ecosystem</a>
</li>

<li>
Expand All @@ -99,23 +85,68 @@
</li>

<li>
<a href="https://pytorch.org/docs/stable/index.html">Docs</a>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-orange-arrow">
Docs
</a>
<div class="resources-dropdown-menu">
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/docs/stable/index.html">
<span class="dropdown-title">PyTorch</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/audio/stable/index.html">
<span class="dropdown-title">torchaudio</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/text/stable/index.html">
<span class="dropdown-title">torchtext</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/docs/stable/torchvision/">
<span class="dropdown-title">torchvision</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/elastic/">
<span class="dropdown-title">TorchElastic</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/serve/">
<span class="dropdown-title">TorchServe</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/xla">
<span class="dropdown-title">PyTorch on XLA Devices</span>
<p></p>
</a>
</div>
</li>

<li>
<div class="resources-dropdown">
<a id="resourcesDropdownButton" data-toggle="resources-dropdown">
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-arrow">
Resources
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/resources"">
<span class=dropdown-title>Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/features">
<span class=dropdown-title>About</span>
<span class="dropdown-title">About</span>
<p>Learn about PyTorch’s features and capabilities</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/#community-module">
<span class="dropdown-title">Community</span>
<p>Join the PyTorch developer community to contribute, learn, and get your questions answered.</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/resources">
<span class="dropdown-title">Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://discuss.pytorch.org/" target="_blank">
<span class="dropdown-title">Forums</span>
<p>A place to discuss PyTorch code, issues, install, research</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/hub">
<span class="dropdown-title">Models (Beta)</span>
<p>Discover, publish, and reuse pre-trained models</p>
</a>
</div>
</div>
</li>
Expand All @@ -128,11 +159,9 @@

<a class="main-menu-open-button" href="#" data-behavior="open-mobile-menu"></a>
</div>

</div>
</div>


<body class="pytorch-body">


Expand Down Expand Up @@ -498,10 +527,6 @@ <h2>Resources</h2>
<a href="https://pytorch.org/get-started">Get Started</a>
</li>

<li>
<a href="https://pytorch.org/features">Features</a>
</li>

<li>
<a href="https://pytorch.org/ecosystem">Ecosystem</a>
</li>
Expand All @@ -522,14 +547,66 @@ <h2>Resources</h2>
<a href="https://pytorch.org/tutorials">Tutorials</a>
</li>

<li>
<a href="https://pytorch.org/docs/stable/index.html">Docs</a>
<li class="resources-mobile-menu-title">
Docs
</li>

<li>
<a href="https://pytorch.org/resources">Resources</a>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/docs/stable/index.html">PyTorch</a>
</li>

<li>
<a href="https://pytorch.org/audio/stable/index.html">torchaudio</a>
</li>

<li>
<a href="https://pytorch.org/text/stable/index.html">torchtext</a>
</li>

<li>
<a href="https://pytorch.org/docs/stable/torchvision/">torchvision</a>
</li>

<li>
<a href="https://pytorch.org/elastic/">TorchElastic</a>
</li>

<li>
<a href="https://pytorch.org/serve/">TorchServe</a>
</li>

<li>
<a href="https://pytorch.org/xla">PyTorch on XLA Devices</a>
</li>
</ul>

<li class="resources-mobile-menu-title">
Resources
</li>

<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/resources">Developer Resources</a>
</li>

<li>
<a href="https://pytorch.org/features">About</a>
</li>

<li>
<a href="https://pytorch.org/hub">Models (Beta)</a>
</li>

<li>
<a href="https://pytorch.org/#community-module">Community</a>
</li>

<li>
<a href="https://discuss.pytorch.org/">Forums</a>
</li>
</ul>

<li>
<a href="https://github.com/pytorch/pytorch">Github</a>
</li>
Expand Down
143 changes: 110 additions & 33 deletions 0.7/_modules/torchaudio.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,7 @@
</li>

<li>
<div class="ecosystem-dropdown">
<a id="dropdownMenuButton" data-toggle="ecosystem-dropdown">
Ecosystem
</a>
<div class="ecosystem-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/hub"">
<span class=dropdown-title>Models (Beta)</span>
<p>Discover, publish, and reuse pre-trained models</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/ecosystem">
<span class=dropdown-title>Tools & Libraries</span>
<p>Explore the ecosystem of tools and libraries</p>
</a>
</div>
</div>
<a href="https://pytorch.org/ecosystem">Ecosystem</a>
</li>

<li>
Expand All @@ -99,23 +85,68 @@
</li>

<li>
<a href="https://pytorch.org/docs/stable/index.html">Docs</a>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-orange-arrow">
Docs
</a>
<div class="resources-dropdown-menu">
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/docs/stable/index.html">
<span class="dropdown-title">PyTorch</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/audio/stable/index.html">
<span class="dropdown-title">torchaudio</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/text/stable/index.html">
<span class="dropdown-title">torchtext</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/docs/stable/torchvision/">
<span class="dropdown-title">torchvision</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/elastic/">
<span class="dropdown-title">TorchElastic</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/serve/">
<span class="dropdown-title">TorchServe</span>
<p></p>
</a>
<a class="doc-dropdown-option nav-dropdown-item" href="https://pytorch.org/xla">
<span class="dropdown-title">PyTorch on XLA Devices</span>
<p></p>
</a>
</div>
</li>

<li>
<div class="resources-dropdown">
<a id="resourcesDropdownButton" data-toggle="resources-dropdown">
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="resource-option with-down-arrow">
Resources
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/resources"">
<span class=dropdown-title>Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/features">
<span class=dropdown-title>About</span>
<span class="dropdown-title">About</span>
<p>Learn about PyTorch’s features and capabilities</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/#community-module">
<span class="dropdown-title">Community</span>
<p>Join the PyTorch developer community to contribute, learn, and get your questions answered.</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/resources">
<span class="dropdown-title">Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://discuss.pytorch.org/" target="_blank">
<span class="dropdown-title">Forums</span>
<p>A place to discuss PyTorch code, issues, install, research</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/hub">
<span class="dropdown-title">Models (Beta)</span>
<p>Discover, publish, and reuse pre-trained models</p>
</a>
</div>
</div>
</li>
Expand All @@ -128,11 +159,9 @@

<a class="main-menu-open-button" href="#" data-behavior="open-mobile-menu"></a>
</div>

</div>
</div>


<body class="pytorch-body">


Expand Down Expand Up @@ -535,10 +564,6 @@ <h2>Resources</h2>
<a href="https://pytorch.org/get-started">Get Started</a>
</li>

<li>
<a href="https://pytorch.org/features">Features</a>
</li>

<li>
<a href="https://pytorch.org/ecosystem">Ecosystem</a>
</li>
Expand All @@ -559,14 +584,66 @@ <h2>Resources</h2>
<a href="https://pytorch.org/tutorials">Tutorials</a>
</li>

<li>
<a href="https://pytorch.org/docs/stable/index.html">Docs</a>
<li class="resources-mobile-menu-title">
Docs
</li>

<li>
<a href="https://pytorch.org/resources">Resources</a>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/docs/stable/index.html">PyTorch</a>
</li>

<li>
<a href="https://pytorch.org/audio/stable/index.html">torchaudio</a>
</li>

<li>
<a href="https://pytorch.org/text/stable/index.html">torchtext</a>
</li>

<li>
<a href="https://pytorch.org/docs/stable/torchvision/">torchvision</a>
</li>

<li>
<a href="https://pytorch.org/elastic/">TorchElastic</a>
</li>

<li>
<a href="https://pytorch.org/serve/">TorchServe</a>
</li>

<li>
<a href="https://pytorch.org/xla">PyTorch on XLA Devices</a>
</li>
</ul>

<li class="resources-mobile-menu-title">
Resources
</li>

<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/resources">Developer Resources</a>
</li>

<li>
<a href="https://pytorch.org/features">About</a>
</li>

<li>
<a href="https://pytorch.org/hub">Models (Beta)</a>
</li>

<li>
<a href="https://pytorch.org/#community-module">Community</a>
</li>

<li>
<a href="https://discuss.pytorch.org/">Forums</a>
</li>
</ul>

<li>
<a href="https://github.com/pytorch/pytorch">Github</a>
</li>
Expand Down
Loading