55<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66<!--[if gt IE 8]><!--> < html class ="no-js " lang ="en " > <!--<![endif]-->
77< head >
8- <!-- Google Tag Manager -->
9- < script > ( function ( w , d , s , l , i ) { w [ l ] = w [ l ] || [ ] ; w [ l ] . push ( { 'gtm.start' :
10- new Date ( ) . getTime ( ) , event :'gtm.js' } ) ; var f = d . getElementsByTagName ( s ) [ 0 ] ,
11- j = d . createElement ( s ) , dl = l != 'dataLayer' ?'&l=' + l :'' ; j . async = true ; j . src =
12- 'https://www.googletagmanager.com/gtm.js?id=' + i + dl ; f . parentNode . insertBefore ( j , f ) ;
13- } ) ( window , document , 'script' , 'dataLayer' , 'GTM-PQBQ3CV' ) ;
14- </ script >
15- <!-- End Google Tag Manager -->
168
179 < meta charset ="utf-8 ">
1810
19- < meta name ="google-site-verification " content ="okUst94cAlWSsUsGZTB4xSS4UKTtRV8Nu5XZ9pdd3Aw " />
2011 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
2112
2213 < title > pytorch_lightning.callbacks.base — PyTorch Lightning 1.7.0dev documentation</ title >
4940 < link rel ="stylesheet " href ="../../../_static/sphinx_paramlinks.css " type ="text/css " />
5041 < link rel ="index " title ="Index " href ="../../../genindex.html " />
5142 < link rel ="search " title ="Search " href ="../../../search.html " />
43+
5244 <!-- Google Analytics -->
45+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-82W25RV60Q "> </ script >
46+ < script >
47+ window . dataLayer = window . dataLayer || [ ] ;
48+ function gtag ( ) { dataLayer . push ( arguments ) ; }
49+ gtag ( 'js' , new Date ( ) ) ;
50+ gtag ( 'config' , 'G-82W25RV60Q' ) ;
51+ </ script >
5352
5453 <!-- End Google Analytics -->
5554
9291
9392 < div class ="main-menu ">
9493 < ul >
95- < li >
94+ <!-- < li>
9695 <a href="https://pytorch-lightning.readthedocs.io/en/latest/starter/introduction.html">Get Started</a>
97- </ li >
96+ </li> -->
9897
99- < li >
100- < a href ="https://www.pytorchlightning.ai/blog "> Blog</ a >
101- </ li >
102-
103- < li >
98+ <!-- <li>
10499 <div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
105100 <a class="resource-option with-down-orange-arrow">
106101 Docs
122117 <span class="dropdown-title">Lightning Bolts</span>
123118 </a>
124119 </div>
125- </ li >
120+ </li> -->
126121
127122 <!--<li>
128123 <div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
150145 </div>
151146 </li>-->
152147
153- < li >
148+ <!-- < li>
154149 <a href="https://github.com/PyTorchLightning/pytorch-lightning">GitHub</a>
155150 </li>
156151
157152 <li>
158153 <a href="https://www.grid.ai/">Train on the cloud</a>
159- </ li >
154+ </li> -->
160155 </ ul >
161156 </ div >
162157
216211
217212 < p class ="caption " role ="heading "> < span class ="caption-text "> Get Started</ span > </ p >
218213< ul >
219- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../../starter/introduction.html "> Lightning in 15 minutes </ a > </ li >
214+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../../starter/introduction.html "> Lightning 15분 만에 배워보기 </ a > </ li >
220215< li class ="toctree-l1 "> < a class ="reference internal " href ="../../../starter/converting.html "> Organize existing PyTorch into Lightning</ a > </ li >
221216</ ul >
222217< p class ="caption " role ="heading "> < span class ="caption-text "> Level Up</ span > </ p >
@@ -955,7 +950,7 @@ <h2>Resources</h2>
955950 < div class ="mobile-main-menu-links-container ">
956951 < div class ="main-menu ">
957952 < ul >
958- < li >
953+ <!-- < li>
959954 <a href="https://pytorch-lightning.readthedocs.io/en/latest/starter/introduction.html">Get Started</a>
960955 </li>
961956
@@ -987,7 +982,7 @@ <h2>Resources</h2>
987982 <li>
988983 <a href="https://lightning-bolts.readthedocs.io/en/stable/">Lightning Bolts</a>
989984 </li>
990- </ ul >
985+ </ul> -->
991986
992987 <!--<li class="resources-mobile-menu-title">
993988 Resources
@@ -1015,13 +1010,13 @@ <h2>Resources</h2>
10151010 </li>
10161011 </ul>-->
10171012
1018- < li >
1013+ <!-- < li>
10191014 <a href="https://github.com/PyTorchLightning/pytorch-lightning">Github</a>
1020- </ li >
1015+ </li> -->
10211016
1022- < li >
1017+ <!-- < li>
10231018 <a href="https://www.grid.ai/">Grid.ai</a>
1024- </ li >
1019+ </li> -->
10251020 </ ul >
10261021 </ div >
10271022 </ div >
@@ -1046,12 +1041,8 @@ <h2>Resources</h2>
10461041 $ ( "article.pytorch-article a span.pre" ) . each ( function ( e ) {
10471042 $ ( this ) . closest ( "a" ) . addClass ( "has-code" ) ;
10481043 } ) ;
1049- } )
1044+ } )
10501045 </ script >
10511046
1052- <!-- Google Tag Manager (noscript) -->
1053- < noscript > < iframe src ="https://www.googletagmanager.com/ns.html?id=GTM-PQBQ3CV "
1054- height ="0 " width ="0 " style ="display:none;visibility:hidden "> </ iframe > </ noscript >
1055- <!-- End Google Tag Manager (noscript) -->
10561047 </ body >
10571048</ html >
0 commit comments