-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a1d8658
Showing
124 changed files
with
26,981 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: c748dd6355fcacca40231dc96b0ca474 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — torchdistill v1.0.0-dev documentation</title> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> | ||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e65255cd"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=4825356b"></script> | ||
<script src="../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index.html"> | ||
|
||
<img src="../_static/logo-white.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
v1.0.0-dev | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">📚 Overview</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../usage.html">Usage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../package.html">torchdistill API</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">🧑🏻💻 Research</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../benchmarks.html">Benchmarks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../projects.html">Projects</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index.html">torchdistill</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content style-external-links"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Overview: module code</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="torchdistill/common/file_util.html">torchdistill.common.file_util</a></li> | ||
<li><a href="torchdistill/common/main_util.html">torchdistill.common.main_util</a></li> | ||
<li><a href="torchdistill/common/misc_util.html">torchdistill.common.misc_util</a></li> | ||
<li><a href="torchdistill/common/module_util.html">torchdistill.common.module_util</a></li> | ||
<li><a href="torchdistill/common/tensor_util.html">torchdistill.common.tensor_util</a></li> | ||
<li><a href="torchdistill/common/yaml_util.html">torchdistill.common.yaml_util</a></li> | ||
<li><a href="torchdistill/core/distillation.html">torchdistill.core.distillation</a></li> | ||
<li><a href="torchdistill/core/forward_hook.html">torchdistill.core.forward_hook</a></li> | ||
<li><a href="torchdistill/core/interfaces/forward_proc.html">torchdistill.core.interfaces.forward_proc</a></li> | ||
<li><a href="torchdistill/core/interfaces/post_epoch_proc.html">torchdistill.core.interfaces.post_epoch_proc</a></li> | ||
<li><a href="torchdistill/core/interfaces/post_forward_proc.html">torchdistill.core.interfaces.post_forward_proc</a></li> | ||
<li><a href="torchdistill/core/interfaces/pre_epoch_proc.html">torchdistill.core.interfaces.pre_epoch_proc</a></li> | ||
<li><a href="torchdistill/core/interfaces/registry.html">torchdistill.core.interfaces.registry</a></li> | ||
<li><a href="torchdistill/core/training.html">torchdistill.core.training</a></li> | ||
<li><a href="torchdistill/core/util.html">torchdistill.core.util</a></li> | ||
<li><a href="torchdistill/datasets/registry.html">torchdistill.datasets.registry</a></li> | ||
<li><a href="torchdistill/datasets/sample_loader.html">torchdistill.datasets.sample_loader</a></li> | ||
<li><a href="torchdistill/datasets/util.html">torchdistill.datasets.util</a></li> | ||
<li><a href="torchdistill/datasets/wrapper.html">torchdistill.datasets.wrapper</a></li> | ||
<li><a href="torchdistill/losses/high_level.html">torchdistill.losses.high_level</a></li> | ||
<li><a href="torchdistill/losses/mid_level.html">torchdistill.losses.mid_level</a></li> | ||
<li><a href="torchdistill/losses/registry.html">torchdistill.losses.registry</a></li> | ||
<li><a href="torchdistill/losses/util.html">torchdistill.losses.util</a></li> | ||
<li><a href="torchdistill/misc/log.html">torchdistill.misc.log</a></li> | ||
<li><a href="torchdistill/models/adaptation.html">torchdistill.models.adaptation</a></li> | ||
<li><a href="torchdistill/models/classification/densenet.html">torchdistill.models.classification.densenet</a></li> | ||
<li><a href="torchdistill/models/classification/resnet.html">torchdistill.models.classification.resnet</a></li> | ||
<li><a href="torchdistill/models/classification/wide_resnet.html">torchdistill.models.classification.wide_resnet</a></li> | ||
<li><a href="torchdistill/models/official.html">torchdistill.models.official</a></li> | ||
<li><a href="torchdistill/models/registry.html">torchdistill.models.registry</a></li> | ||
<li><a href="torchdistill/models/util.html">torchdistill.models.util</a></li> | ||
<li><a href="torchdistill/models/wrapper.html">torchdistill.models.wrapper</a></li> | ||
<li><a href="torchdistill/optim/registry.html">torchdistill.optim.registry</a></li> | ||
<li><a href="torchdistill/optim/scheduler.html">torchdistill.optim.scheduler</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2023, Yoshitomo Matsubara.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
<!-- Theme Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LYK8SSJ7R5"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-LYK8SSJ7R5', { | ||
'anonymize_ip': false, | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.