110
110
111
111
112
112
< div class ="version ">
113
- < a href ='http://pytorch.org/docs/versions.html '> 1.1.0 ▼</ a >
113
+ < a href ='http://pytorch.org/docs/versions.html '> 1.1.0a0+fa20327 ▼</ a >
114
114
</ div >
115
115
116
116
133
133
</ div >
134
134
135
135
136
+ < div >
137
+ < a style ="color:#F05732 " href ="https://pytorch.org/docs/stable/torchvision/index.html ">
138
+ You are viewing unstable developer preview docs.
139
+ Click here to view docs for latest stable release.
140
+ </ a >
141
+ </ div >
142
+
136
143
137
144
138
145
193
200
194
201
195
202
203
+
196
204
</ div >
197
205
</ div >
198
206
</ nav >
@@ -278,7 +286,7 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
278
286
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#lsun "> LSUN</ a > </ li >
279
287
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#imagefolder "> ImageFolder</ a > </ li >
280
288
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#datasetfolder "> DatasetFolder</ a > </ li >
281
- < li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#imagenet-12 " > Imagenet-12 </ a > </ li >
289
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#imagenet " > ImageNet </ a > </ li >
282
290
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#cifar "> CIFAR</ a > </ li >
283
291
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#stl10 "> STL10</ a > </ li >
284
292
< li class ="toctree-l2 "> < a class ="reference internal " href ="datasets.html#svhn "> SVHN</ a > </ li >
@@ -291,14 +299,9 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
291
299
</ ul >
292
300
</ li >
293
301
< li class ="toctree-l1 "> < a class ="reference internal " href ="models.html "> torchvision.models</ a > < ul >
294
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id1 "> Alexnet</ a > </ li >
295
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id2 "> VGG</ a > </ li >
296
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id3 "> ResNet</ a > </ li >
297
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id4 "> SqueezeNet</ a > </ li >
298
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id5 "> DenseNet</ a > </ li >
299
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#inception-v3 "> Inception v3</ a > </ li >
300
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#id9 "> GoogLeNet</ a > </ li >
301
- < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#shufflenet-v2 "> ShuffleNet v2</ a > </ li >
302
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#classification "> Classification</ a > </ li >
303
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#semantic-segmentation "> Semantic Segmentation</ a > </ li >
304
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="models.html#object-detection-instance-segmentation-and-person-keypoint-detection "> Object Detection, Instance Segmentation and Person Keypoint Detection</ a > </ li >
302
305
</ ul >
303
306
</ li >
304
307
< li class ="toctree-l1 "> < a class ="reference internal " href ="transforms.html "> torchvision.transforms</ a > < ul >
@@ -411,7 +414,32 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
411
414
jQuery ( function ( ) {
412
415
SphinxRtdTheme . Navigation . enable ( true ) ;
413
416
} ) ;
414
- </ script >
417
+ </ script >
418
+
419
+ < script >
420
+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
421
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
422
+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
423
+ } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
424
+
425
+ ga ( 'create' , 'UA-90545585-1' , 'auto' ) ;
426
+ ga ( 'send' , 'pageview' ) ;
427
+
428
+ </ script >
429
+
430
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-117752657-2 "> </ script >
431
+
432
+ < script >
433
+ window . dataLayer = window . dataLayer || [ ] ;
434
+
435
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
436
+
437
+ gtag ( 'js' , new Date ( ) ) ;
438
+ gtag ( 'config' , 'UA-117752657-2' ) ;
439
+ </ script >
440
+
441
+ < img height ="1 " width ="1 " style ="border-style:none; " alt ="" src ="https://www.googleadservices.com/pagead/conversion/795629140/?label=txkmCPmdtosBENSssfsC&guid=ON&script=0 "/>
442
+
415
443
416
444
<!-- Begin Footer -->
417
445
0 commit comments