1
+
2
+
3
+ <!DOCTYPE html>
4
+ < html class ="writer-html5 " lang ="en " data-content_root ="../ ">
5
+ < head >
6
+ < meta charset ="utf-8 " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
+ < title > Overview: module code — torchdistill v1.1.3-dev documentation</ title >
9
+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=b86133f3 " />
10
+ < link rel ="stylesheet " type ="text/css " href ="../_static/css/theme.css?v=e59714d7 " />
11
+
12
+
13
+ < script src ="../_static/jquery.js?v=5d32c60e "> </ script >
14
+ < script src ="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
15
+ < script src ="../_static/documentation_options.js?v=bf9e74e3 "> </ script >
16
+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
17
+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
18
+ < script src ="../_static/js/theme.js "> </ script >
19
+ < link rel ="index " title ="Index " href ="../genindex.html " />
20
+ < link rel ="search " title ="Search " href ="../search.html " />
21
+ </ head >
22
+
23
+ < body class ="wy-body-for-nav ">
24
+ < div class ="wy-grid-for-nav ">
25
+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
26
+ < div class ="wy-side-scroll ">
27
+ < div class ="wy-side-nav-search " >
28
+
29
+
30
+
31
+ < a href ="../index.html ">
32
+
33
+ < img src ="../_static/logo-white.png " class ="logo " alt ="Logo "/>
34
+ </ a >
35
+ < div role ="search ">
36
+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
37
+ < input type ="text " name ="q " placeholder ="Search docs " aria-label ="Search docs " />
38
+ < input type ="hidden " name ="check_keywords " value ="yes " />
39
+ < input type ="hidden " name ="area " value ="default " />
40
+ </ form >
41
+ </ div >
42
+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
43
+ < p class ="caption " role ="heading "> < span class ="caption-text "> 📚 Overview</ span > </ p >
44
+ < ul >
45
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../usage.html "> Usage</ a > </ li >
46
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../package.html "> torchdistill API</ a > </ li >
47
+ </ ul >
48
+ < p class ="caption " role ="heading "> < span class ="caption-text "> 🧑🏻💻 Research</ span > </ p >
49
+ < ul >
50
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../benchmarks.html "> Benchmarks</ a > </ li >
51
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../projects.html "> Projects</ a > </ li >
52
+ </ ul >
53
+
54
+ </ div >
55
+ </ div >
56
+ </ nav >
57
+
58
+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " >
59
+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
60
+ < a href ="../index.html "> torchdistill</ a >
61
+ </ nav >
62
+
63
+ < div class ="wy-nav-content ">
64
+ < div class ="rst-content style-external-links ">
65
+ < div role ="navigation " aria-label ="Page navigation ">
66
+ < ul class ="wy-breadcrumbs ">
67
+ < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
68
+ < li class ="breadcrumb-item active "> Overview: module code</ li >
69
+ < li class ="wy-breadcrumbs-aside ">
70
+ </ li >
71
+ </ ul >
72
+ < hr />
73
+ </ div >
74
+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
75
+ < div itemprop ="articleBody ">
76
+
77
+ < h1 > All modules for which code is available</ h1 >
78
+ < ul > < li > < a href ="torchdistill/common/file_util.html "> torchdistill.common.file_util</ a > </ li >
79
+ < li > < a href ="torchdistill/common/main_util.html "> torchdistill.common.main_util</ a > </ li >
80
+ < li > < a href ="torchdistill/common/misc_util.html "> torchdistill.common.misc_util</ a > </ li >
81
+ < li > < a href ="torchdistill/common/module_util.html "> torchdistill.common.module_util</ a > </ li >
82
+ < li > < a href ="torchdistill/common/tensor_util.html "> torchdistill.common.tensor_util</ a > </ li >
83
+ < li > < a href ="torchdistill/common/yaml_util.html "> torchdistill.common.yaml_util</ a > </ li >
84
+ < li > < a href ="torchdistill/core/distillation.html "> torchdistill.core.distillation</ a > </ li >
85
+ < li > < a href ="torchdistill/core/forward_hook.html "> torchdistill.core.forward_hook</ a > </ li >
86
+ < li > < a href ="torchdistill/core/interfaces/forward_proc.html "> torchdistill.core.interfaces.forward_proc</ a > </ li >
87
+ < li > < a href ="torchdistill/core/interfaces/post_epoch_proc.html "> torchdistill.core.interfaces.post_epoch_proc</ a > </ li >
88
+ < li > < a href ="torchdistill/core/interfaces/post_forward_proc.html "> torchdistill.core.interfaces.post_forward_proc</ a > </ li >
89
+ < li > < a href ="torchdistill/core/interfaces/pre_epoch_proc.html "> torchdistill.core.interfaces.pre_epoch_proc</ a > </ li >
90
+ < li > < a href ="torchdistill/core/interfaces/registry.html "> torchdistill.core.interfaces.registry</ a > </ li >
91
+ < li > < a href ="torchdistill/core/training.html "> torchdistill.core.training</ a > </ li >
92
+ < li > < a href ="torchdistill/core/util.html "> torchdistill.core.util</ a > </ li >
93
+ < li > < a href ="torchdistill/datasets/registry.html "> torchdistill.datasets.registry</ a > </ li >
94
+ < li > < a href ="torchdistill/datasets/sample_loader.html "> torchdistill.datasets.sample_loader</ a > </ li >
95
+ < li > < a href ="torchdistill/datasets/util.html "> torchdistill.datasets.util</ a > </ li >
96
+ < li > < a href ="torchdistill/datasets/wrapper.html "> torchdistill.datasets.wrapper</ a > </ li >
97
+ < li > < a href ="torchdistill/losses/high_level.html "> torchdistill.losses.high_level</ a > </ li >
98
+ < li > < a href ="torchdistill/losses/mid_level.html "> torchdistill.losses.mid_level</ a > </ li >
99
+ < li > < a href ="torchdistill/losses/registry.html "> torchdistill.losses.registry</ a > </ li >
100
+ < li > < a href ="torchdistill/losses/util.html "> torchdistill.losses.util</ a > </ li >
101
+ < li > < a href ="torchdistill/misc/log.html "> torchdistill.misc.log</ a > </ li >
102
+ < li > < a href ="torchdistill/models/adaptation.html "> torchdistill.models.adaptation</ a > </ li >
103
+ < li > < a href ="torchdistill/models/classification/densenet.html "> torchdistill.models.classification.densenet</ a > </ li >
104
+ < li > < a href ="torchdistill/models/classification/resnet.html "> torchdistill.models.classification.resnet</ a > </ li >
105
+ < li > < a href ="torchdistill/models/classification/wide_resnet.html "> torchdistill.models.classification.wide_resnet</ a > </ li >
106
+ < li > < a href ="torchdistill/models/official.html "> torchdistill.models.official</ a > </ li >
107
+ < li > < a href ="torchdistill/models/registry.html "> torchdistill.models.registry</ a > </ li >
108
+ < li > < a href ="torchdistill/models/util.html "> torchdistill.models.util</ a > </ li >
109
+ < li > < a href ="torchdistill/models/wrapper.html "> torchdistill.models.wrapper</ a > </ li >
110
+ < li > < a href ="torchdistill/optim/registry.html "> torchdistill.optim.registry</ a > </ li >
111
+ < li > < a href ="torchdistill/optim/scheduler.html "> torchdistill.optim.scheduler</ a > </ li >
112
+ </ ul >
113
+
114
+ </ div >
115
+ </ div >
116
+ < footer >
117
+
118
+ < hr />
119
+
120
+ < div role ="contentinfo ">
121
+ < p > © Copyright 2023, Yoshitomo Matsubara.</ p >
122
+ </ div >
123
+
124
+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
125
+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
126
+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
127
+
128
+
129
+ </ footer >
130
+ </ div >
131
+ </ div >
132
+ </ section >
133
+ </ div >
134
+ < script >
135
+ jQuery ( function ( ) {
136
+ SphinxRtdTheme . Navigation . enable ( true ) ;
137
+ } ) ;
138
+ </ script >
139
+ <!-- Theme Analytics -->
140
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-LYK8SSJ7R5 "> </ script >
141
+ < script >
142
+ window . dataLayer = window . dataLayer || [ ] ;
143
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
144
+ gtag ( 'js' , new Date ( ) ) ;
145
+
146
+ gtag ( 'config' , 'G-LYK8SSJ7R5' , {
147
+ 'anonymize_ip' : false ,
148
+ } ) ;
149
+ </ script >
150
+
151
+ </ body >
152
+ </ html >
0 commit comments