|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE]><![endif]--> |
| 3 | +<html> |
| 4 | + |
| 5 | + <head> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 8 | + <title>Namespace Keras.Applications.Inception |
| 9 | + </title> |
| 10 | + <meta name="viewport" content="width=device-width"> |
| 11 | + <meta name="title" content="Namespace Keras.Applications.Inception |
| 12 | + "> |
| 13 | + <meta name="generator" content="docfx 2.42.4.0"> |
| 14 | + |
| 15 | + <link rel="shortcut icon" href="../favicon.ico"> |
| 16 | + <link rel="stylesheet" href="../styles/docfx.vendor.css"> |
| 17 | + <link rel="stylesheet" href="../styles/docfx.css"> |
| 18 | + <link rel="stylesheet" href="../styles/main.css"> |
| 19 | + <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> |
| 20 | + <meta property="docfx:navrel" content="../toc.html"> |
| 21 | + <meta property="docfx:tocrel" content="toc.html"> |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
| 26 | + <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css"> |
| 27 | + <script defer="" src="https://code.getmdl.io/1.3.0/material.min.js"></script> |
| 28 | + </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> |
| 29 | + <div id="wrapper"> |
| 30 | + <header> |
| 31 | + |
| 32 | + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> |
| 33 | + <div class="container"> |
| 34 | + <div class="navbar-header"> |
| 35 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> |
| 36 | + <span class="sr-only">Toggle navigation</span> |
| 37 | + <span class="icon-bar"></span> |
| 38 | + <span class="icon-bar"></span> |
| 39 | + <span class="icon-bar"></span> |
| 40 | + </button> |
| 41 | + |
| 42 | + <a class="navbar-brand" href="../index.html"> |
| 43 | + <img id="logo" class="svg" src="../logo.svg" alt=""> |
| 44 | + </a> |
| 45 | + </div> |
| 46 | + <div class="collapse navbar-collapse" id="navbar"> |
| 47 | + <form class="navbar-form navbar-right" role="search" id="search"> |
| 48 | + <div class="form-group"> |
| 49 | + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> |
| 50 | + </div> |
| 51 | + </form> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | + </nav> |
| 55 | + |
| 56 | + <div class="subnav navbar navbar-default"> |
| 57 | + <div class="container hide-when-search" id="breadcrumb"> |
| 58 | + <ul class="breadcrumb"> |
| 59 | + <li></li> |
| 60 | + </ul> |
| 61 | + </div> |
| 62 | + </div> |
| 63 | + </header> |
| 64 | + <div role="main" class="container body-content hide-when-search"> |
| 65 | + |
| 66 | + <div class="sidenav hide-when-search"> |
| 67 | + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> |
| 68 | + <div class="sidetoggle collapse" id="sidetoggle"> |
| 69 | + <div id="sidetoc"></div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + <div class="article row grid-right"> |
| 73 | + <div class="col-md-10"> |
| 74 | + <article class="content wrap" id="_content" data-uid="Keras.Applications.Inception"> |
| 75 | + |
| 76 | + <h1 id="Keras_Applications_Inception" data-uid="Keras.Applications.Inception" class="text-break">Namespace Keras.Applications.Inception |
| 77 | + </h1> |
| 78 | + <div class="markdown level0 summary"></div> |
| 79 | + <div class="markdown level0 conceptual"></div> |
| 80 | + <div class="markdown level0 remarks"></div> |
| 81 | + <h3 id="classes">Classes |
| 82 | + </h3> |
| 83 | + <h4><a class="xref" href="Keras.Applications.Inception.InceptionResNetV2.html">InceptionResNetV2</a></h4> |
| 84 | + <section><p>Inception-ResNet V2 model, with weights pre-trained on ImageNet. |
| 85 | +This model and can be built both with 'channels_first' data format(channels, height, width) or 'channels_last' data format(height, width, channels). |
| 86 | +The default input size for this model is 299x299.</p> |
| 87 | +</section> |
| 88 | + <h4><a class="xref" href="Keras.Applications.Inception.InceptionV3.html">InceptionV3</a></h4> |
| 89 | + <section></section> |
| 90 | +</article> |
| 91 | + </div> |
| 92 | + |
| 93 | + <div class="hidden-sm col-md-2" role="complementary"> |
| 94 | + <div class="sideaffix"> |
| 95 | + <div class="contribution"> |
| 96 | + <ul class="nav"> |
| 97 | + </ul> |
| 98 | + </div> |
| 99 | + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> |
| 100 | + <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> |
| 101 | + </nav> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </div> |
| 105 | + </div> |
| 106 | + |
| 107 | + <footer> |
| 108 | + <div class="grad-bottom"></div> |
| 109 | + <div class="footer"> |
| 110 | + <div class="container"> |
| 111 | + <span class="pull-right"> |
| 112 | + <a href="#top">Back to top</a> |
| 113 | + </span> |
| 114 | + |
| 115 | + <span>Generated by <strong>DocFX</strong></span> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | + </footer> |
| 119 | + </div> |
| 120 | + |
| 121 | + <script type="text/javascript" src="../styles/docfx.vendor.js"></script> |
| 122 | + <script type="text/javascript" src="../styles/docfx.js"></script> |
| 123 | + <script type="text/javascript" src="../styles/main.js"></script> |
| 124 | + </body> |
| 125 | +</html> |
0 commit comments