genindex.html 38.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155



<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>Index &mdash; PaddlePaddle  documentation</title>
  

  
  

  

  
  
    

  

  
  
    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  

  
  
        <link rel="index" title="Index"
              href="#"/>
        <link rel="search" title="Search" href="search.html"/>
    <link rel="top" title="PaddlePaddle  documentation" href="index.html"/> 

  <link rel="stylesheet" href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" type="text/css" />
  <link rel="stylesheet" href="_static/css/override.css" type="text/css" />
  <script>
  var _hmt = _hmt || [];
  (function() {
    var hm = document.createElement("script");
    hm.src = "//hm.baidu.com/hm.js?b9a314ab40d04d805655aab1deee08ba";
    var s = document.getElementsByTagName("script")[0]; 
    s.parentNode.insertBefore(hm, s);
  })();
  </script>

  

  
  <script src="_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

  
  <header class="site-header">
    <div class="site-logo">
      <a href="/"><img src="_static/images/PP_w.png"></a>
    </div>
    <div class="site-nav-links">
      <div class="site-menu">
        <a class="fork-on-github" href="https://github.com/PaddlePaddle/Paddle" target="_blank"><i class="fa fa-github"></i>Folk me on Github</a>
        <div class="language-switcher dropdown">
          <a type="button" data-toggle="dropdown">
            <span>English</span>
            <i class="fa fa-angle-up"></i>
            <i class="fa fa-angle-down"></i>
          </a>
          <ul class="dropdown-menu">
            <li><a href="/doc_cn">中文</a></li>
            <li><a href="/doc">English</a></li>
          </ul>
        </div>
        <ul class="site-page-links">
          <li><a>Home</a></li>
          <li><a>Get Started</a></li>
          <li class="active"><a>Documentation</a></li>
          <li><a>About Us</a></li>
        </ul>
      </div>
      <div class="doc-module">
        
        <ul>
<li class="toctree-l1"><a class="reference internal" href="getstarted/index_en.html">GET STARTED</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/index_en.html">TUTORIALS</a></li>
<li class="toctree-l1"><a class="reference internal" href="howto/index_en.html">HOW TO</a></li>
<li class="toctree-l1"><a class="reference internal" href="api/index_en.html">API</a></li>
<li class="toctree-l1"><a class="reference internal" href="about/index_en.html">ABOUT</a></li>
</ul>

        
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>        
      </div>
    </div>
  </header>
  
  <div class="main-content-wrap">

    
    <nav class="doc-menu-vertical" role="navigation">
        
          
          <ul>
<li class="toctree-l1"><a class="reference internal" href="getstarted/index_en.html">GET STARTED</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getstarted/build_and_install/index_en.html">Install and Build</a><ul>
<li class="toctree-l3"><a class="reference internal" href="getstarted/build_and_install/docker_install_en.html">PaddlePaddle in Docker Containers</a></li>
<li class="toctree-l3"><a class="reference internal" href="getstarted/build_and_install/ubuntu_install_en.html">Debian Package installation guide</a></li>
<li class="toctree-l3"><a class="reference internal" href="getstarted/build_and_install/build_from_source_en.html">Installing from Sources</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="getstarted/basic_usage/index_en.html">Simple Linear Regression</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tutorials/index_en.html">TUTORIALS</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorials/quick_start/index_en.html">Quick Start</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/rec/ml_regression_en.html">MovieLens Regression</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/image_classification/index_en.html">Image Classification</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/sentiment_analysis/index_en.html">Sentiment Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/semantic_role_labeling/index_en.html">Semantic Role Labeling</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/text_generation/index_en.html">Text Generation</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/gan/index_en.html">Image Auto-Generation</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/imagenet_model/resnet_model_en.html">ImageNet: ResNet</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorials/embedding_model/index_en.html">Embedding: Chinese Word</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="howto/index_en.html">HOW TO</a><ul>
<li class="toctree-l2"><a class="reference internal" href="howto/usage/cmd_parameter/index_en.html">Set Command-line Parameters</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/usage/cmd_parameter/use_case_en.html">Use Case</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/usage/cmd_parameter/arguments_en.html">Argument Outline</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/usage/cmd_parameter/detail_introduction_en.html">Detail Description</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/usage/cluster/cluster_train_en.html">Run Distributed Training</a></li>
<li class="toctree-l2"><a class="reference internal" href="howto/usage/k8s/k8s_en.html">Paddle On Kubernetes</a></li>
<li class="toctree-l2"><a class="reference internal" href="howto/usage/k8s/k8s_aws_en.html">Distributed PaddlePaddle Training on AWS with Kubernetes</a></li>
<li class="toctree-l2"><a class="reference internal" href="howto/dev/new_layer_en.html">Write New Layers</a></li>
<li class="toctree-l2"><a class="reference internal" href="howto/dev/contribute_to_paddle_en.html">Contribute Code</a></li>
<li class="toctree-l2"><a class="reference internal" href="howto/deep_model/rnn/index_en.html">RNN Models</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/deep_model/rnn/rnn_config_en.html">RNN Configuration</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/optimization/gpu_profiling_en.html">Tune GPU Performance</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api/index_en.html">API</a><ul>
156 157 158
<li class="toctree-l2"><a class="reference internal" href="api/v2/model_configs.html">Configuration Related API</a></li>
<li class="toctree-l2"><a class="reference internal" href="api/v2/data.html">Data Related API</a></li>
<li class="toctree-l2"><a class="reference internal" href="api/v2/run_logic.html">Trainer API</a></li>
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="about/index_en.html">ABOUT</a></li>
</ul>

        
    </nav>
    
    <section class="doc-content-wrap">

      









<div role="navigation" aria-label="breadcrumbs navigation">
  <ul class="wy-breadcrumbs">
      
    <li>Index</li>
  </ul>
</div>
      
      <div class="wy-nav-content" id="doc-content">
        <div class="rst-content">
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            

<h1 id="index">Index</h1>

<div class="genindex-jumpbox">
195 196 197 198
 <a href="#A"><strong>A</strong></a>
 | <a href="#B"><strong>B</strong></a>
 | <a href="#C"><strong>C</strong></a>
 | <a href="#D"><strong>D</strong></a>
199
 | <a href="#E"><strong>E</strong></a>
200 201 202 203
 | <a href="#F"><strong>F</strong></a>
 | <a href="#G"><strong>G</strong></a>
 | <a href="#H"><strong>H</strong></a>
 | <a href="#I"><strong>I</strong></a>
204
 | <a href="#K"><strong>K</strong></a>
205 206 207 208
 | <a href="#L"><strong>L</strong></a>
 | <a href="#M"><strong>M</strong></a>
 | <a href="#N"><strong>N</strong></a>
 | <a href="#O"><strong>O</strong></a>
209
 | <a href="#P"><strong>P</strong></a>
210
 | <a href="#R"><strong>R</strong></a>
211
 | <a href="#S"><strong>S</strong></a>
212 213 214
 | <a href="#T"><strong>T</strong></a>
 | <a href="#V"><strong>V</strong></a>
 | <a href="#W"><strong>W</strong></a>
215 216
 
</div>
217 218 219 220
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Abs">Abs (class in paddle.v2.activation)</a>
221 222
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.addto">addto (class in paddle.v2.layer)</a>
223 224 225
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
226
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.append_gradient_machine">append_gradient_machine() (paddle.v2.parameters.Parameters method)</a>
227 228 229 230 231 232 233 234 235 236 237 238
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.Avg">Avg (class in paddle.v2.pooling)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Base">Base (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.BasePool">BasePool (class in paddle.v2.pooling)</a>
239 240
</li>
      <li><a href="api/v2/data.html#paddle.v2.minibatch.batch">batch() (in module paddle.v2.minibatch)</a>
241 242 243
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.batch_norm">batch_norm (class in paddle.v2.layer)</a>
</li>
244 245 246
      <li><a href="api/v2/run_logic.html#paddle.v2.event.BeginIteration">BeginIteration (class in paddle.v2.event)</a>
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.event.BeginPass">BeginPass (class in paddle.v2.event)</a>
247 248 249
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
250 251
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.bidirectional_gru">bidirectional_gru (class in paddle.v2.networks)</a>
</li>
252 253 254 255 256 257 258
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.bidirectional_lstm">bidirectional_lstm (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.bilinear_interp">bilinear_interp (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.block_expand">block_expand (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.BRelu">BRelu (class in paddle.v2.activation)</a>
259 260
</li>
      <li><a href="api/v2/data.html#paddle.v2.reader.buffered">buffered() (in module paddle.v2.reader)</a>
261 262 263 264 265 266 267
</li>
  </ul></td>
</tr></table>

<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
268 269
      <li><a href="api/v2/data.html#paddle.v2.reader.chain">chain() (in module paddle.v2.reader)</a>
</li>
270
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.classification_cost">classification_cost (class in paddle.v2.layer)</a>
271 272
</li>
      <li><a href="api/v2/data.html#paddle.v2.reader.compose">compose() (in module paddle.v2.reader)</a>
273 274 275 276 277 278 279 280 281 282 283
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.concat">concat (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.context_projection">context_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.conv_operator">conv_operator (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.conv_projection">conv_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.conv_shift">conv_shift (class in paddle.v2.layer)</a>
</li>
284
      <li><a href="api/v2/data.html#paddle.v2.data_feeder.DataFeeder.convert">convert() (paddle.v2.data_feeder.DataFeeder method)</a>
285 286 287
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
288 289
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.convex_comb">convex_comb (class in paddle.v2.layer)</a>
</li>
290
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.cos_sim">cos_sim (class in paddle.v2.layer)</a>
291 292
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.create">create() (in module paddle.v2.parameters)</a>
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.crf">crf (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.crf_decoding">crf_decoding (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.cross_entropy_cost">cross_entropy_cost (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.cross_entropy_with_selfnorm_cost">cross_entropy_with_selfnorm_cost (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.ctc">ctc (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.CudnnAvg">CudnnAvg (class in paddle.v2.pooling)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.CudnnMax">CudnnMax (class in paddle.v2.pooling)</a>
</li>
  </ul></td>
</tr></table>

311 312 313
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
314
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.data">data (class in paddle.v2.layer)</a>
315 316
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_feeder.DataFeeder">DataFeeder (class in paddle.v2.data_feeder)</a>
317
</li>
318
      <li><a href="api/v1/trainer_config_helpers/data_sources.html#paddle.trainer_config_helpers.data_sources.define_py_data_sources2">define_py_data_sources2() (in module paddle.trainer_config_helpers.data_sources)</a>
319
</li>
320
      <li><a href="api/v2/data.html#paddle.v2.data_type.dense_vector">dense_vector() (in module paddle.v2.data_type)</a>
321 322
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.dense_vector_sequence">dense_vector_sequence() (in module paddle.v2.data_type)</a>
323 324 325
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
326
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.deserialize">deserialize() (paddle.v2.parameters.Parameters method)</a>
327 328 329
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.dotmul_operator">dotmul_operator (class in paddle.v2.layer)</a>
</li>
330 331 332 333 334
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.dotmul_projection">dotmul_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.dropout">dropout (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.dropout_layer">dropout_layer (class in paddle.v2.networks)</a>
335 336 337 338 339 340 341
</li>
  </ul></td>
</tr></table>

<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
342
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.embedding">embedding (class in paddle.v2.layer)</a>
343 344 345 346
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.event.EndIteration">EndIteration (class in paddle.v2.event)</a>
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.event.EndPass">EndPass (class in paddle.v2.event)</a>
347 348 349 350
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.eos">eos (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Exp">Exp (class in paddle.v2.activation)</a>
351 352 353
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
354 355
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.expand">expand (class in paddle.v2.layer)</a>
</li>
356 357 358 359 360 361 362 363
      <li><a href="api/v2/model_configs.html#paddle.v2.attr.Extra">Extra (in module paddle.v2.attr)</a>
</li>
      <li><a href="api/v1/trainer_config_helpers/attrs.html#paddle.trainer_config_helpers.attrs.ExtraAttr">ExtraAttr (in module paddle.trainer_config_helpers.attrs)</a>

      <ul>
        <li><a href="api/v2/model_configs.html#paddle.v2.attr.ExtraAttr">(in module paddle.v2.attr)</a>
</li>
      </ul></li>
364
      <li><a href="api/v1/trainer_config_helpers/attrs.html#paddle.trainer_config_helpers.attrs.ExtraLayerAttribute">ExtraLayerAttribute (class in paddle.trainer_config_helpers.attrs)</a>
365 366 367 368 369 370 371 372 373 374 375 376

      <ul>
        <li><a href="api/v2/model_configs.html#paddle.v2.attr.ExtraLayerAttribute">(class in paddle.v2.attr)</a>
</li>
      </ul></li>
  </ul></td>
</tr></table>

<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.fc">fc (class in paddle.v2.layer)</a>
377 378
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.first_seq">first_seq (class in paddle.v2.layer)</a>
379 380 381
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
382
      <li><a href="api/v2/data.html#paddle.v2.reader.firstn">firstn() (in module paddle.v2.reader)</a>
383 384 385 386 387 388 389 390 391
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.full_matrix_projection">full_matrix_projection (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
392 393
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.get">get() (paddle.v2.parameters.Parameters method)</a>
</li>
394 395
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.get_output">get_output (class in paddle.v2.layer)</a>
</li>
396 397 398
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.get_shape">get_shape() (paddle.v2.parameters.Parameters method)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.dataset.sentiment.get_word_dict">get_word_dict() (in module paddle.v2.dataset.sentiment)</a>
399 400 401
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
402 403
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.gru_group">gru_group (class in paddle.v2.networks)</a>
</li>
404 405 406 407 408 409 410 411 412 413 414 415
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.gru_step">gru_step (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.gru_unit">gru_unit (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.grumemory">grumemory (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
416
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.has_key">has_key() (paddle.v2.parameters.Parameters method)</a>
417 418 419
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
420 421
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.hsigmoid">hsigmoid (class in paddle.v2.layer)</a>
</li>
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.huber_cost">huber_cost (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Identity">Identity (in module paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.identity_projection">identity_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.img_cmrnorm">img_cmrnorm (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.img_conv">img_conv (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.img_conv_bn_pool">img_conv_bn_pool (class in paddle.v2.networks)</a>
</li>
440 441
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
442 443 444
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.img_conv_group">img_conv_group (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.img_pool">img_pool (class in paddle.v2.layer)</a>
445 446 447 448 449 450
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.InputType">InputType (class in paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.integer_value">integer_value() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.integer_value_sequence">integer_value_sequence() (in module paddle.v2.data_type)</a>
451 452 453 454 455 456
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.interpolation">interpolation (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

457 458 459 460 461 462 463 464
<h2 id="K">K</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.keys">keys() (paddle.v2.parameters.Parameters method)</a>
</li>
  </ul></td>
</tr></table>

465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.lambda_cost">lambda_cost (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.last_seq">last_seq (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Linear">Linear (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.linear_comb">linear_comb (class in paddle.v2.layer)</a>
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Log">Log (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.lstm_step">lstm_step (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.lstmemory">lstmemory (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.lstmemory_group">lstmemory_group (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.lstmemory_unit">lstmemory_unit (class in paddle.v2.networks)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
494
      <li><a href="api/v2/data.html#paddle.v2.reader.map_readers">map_readers() (in module paddle.v2.reader)</a>
495
</li>
496
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.Max">Max (class in paddle.v2.pooling)</a>
497 498 499
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
500 501
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.max_id">max_id (class in paddle.v2.layer)</a>
</li>
502 503 504 505 506 507 508 509 510
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.maxout">maxout (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.multi_binary_label_cross_entropy_cost">multi_binary_label_cross_entropy_cost (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
511 512 513 514
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.names">names() (paddle.v2.parameters.Parameters method)</a>
</li>
  </ul></td>
515 516
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.nce">nce (class in paddle.v2.layer)</a>
517 518
</li>
      <li><a href="api/v2/data.html#paddle.v2.reader.creator.np_array">np_array() (in module paddle.v2.reader.creator)</a>
519 520 521 522 523 524 525 526
</li>
  </ul></td>
</tr></table>

<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.out_prod">out_prod (class in paddle.v2.layer)</a>
527 528 529 530 531 532 533
</li>
  </ul></td>
</tr></table>

<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
534 535
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.pad">pad (class in paddle.v2.layer)</a>
</li>
536 537 538
      <li><a href="api/v1/trainer_config_helpers/attrs.html#module-paddle.trainer_config_helpers.attrs">paddle.trainer_config_helpers.attrs (module)</a>
</li>
      <li><a href="api/v1/trainer_config_helpers/data_sources.html#module-paddle.trainer_config_helpers.data_sources">paddle.trainer_config_helpers.data_sources (module)</a>
539 540 541 542
</li>
      <li><a href="api/v2/model_configs.html#module-paddle.v2.activation">paddle.v2.activation (module)</a>
</li>
      <li><a href="api/v2/model_configs.html#module-paddle.v2.attr">paddle.v2.attr (module)</a>
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.data_feeder">paddle.v2.data_feeder (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.data_type">paddle.v2.data_type (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset">paddle.v2.dataset (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.cifar">paddle.v2.dataset.cifar (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.conll05">paddle.v2.dataset.conll05 (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.imdb">paddle.v2.dataset.imdb (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.imikolov">paddle.v2.dataset.imikolov (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.mnist">paddle.v2.dataset.mnist (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.movielens">paddle.v2.dataset.movielens (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.sentiment">paddle.v2.dataset.sentiment (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.dataset.uci_housing">paddle.v2.dataset.uci_housing (module)</a>
</li>
      <li><a href="api/v2/run_logic.html#module-paddle.v2.event">paddle.v2.event (module)</a>
567 568
</li>
      <li><a href="api/v2/model_configs.html#module-paddle.v2.layer">paddle.v2.layer (module)</a>
569
</li>
570 571 572 573
      <li><a href="api/v2/data.html#module-paddle.v2.minibatch">paddle.v2.minibatch (module)</a>
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
574
      <li><a href="api/v2/model_configs.html#module-paddle.v2.networks">paddle.v2.networks (module)</a>
575 576 577 578
</li>
      <li><a href="api/v2/model_configs.html#module-paddle.v2.optimizer">paddle.v2.optimizer (module)</a>
</li>
      <li><a href="api/v2/run_logic.html#module-paddle.v2.parameters">paddle.v2.parameters (module)</a>
579 580
</li>
      <li><a href="api/v2/model_configs.html#module-paddle.v2.pooling">paddle.v2.pooling (module)</a>
581 582 583 584 585 586
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.reader">paddle.v2.reader (module)</a>
</li>
      <li><a href="api/v2/data.html#module-paddle.v2.reader.creator">paddle.v2.reader.creator (module)</a>
</li>
      <li><a href="api/v2/run_logic.html#module-paddle.v2.trainer">paddle.v2.trainer (module)</a>
587 588
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.attr.Param">Param (in module paddle.v2.attr)</a>
589 590
</li>
      <li><a href="api/v1/trainer_config_helpers/attrs.html#paddle.trainer_config_helpers.attrs.ParamAttr">ParamAttr (in module paddle.trainer_config_helpers.attrs)</a>
591 592 593

      <ul>
        <li><a href="api/v2/model_configs.html#paddle.v2.attr.ParamAttr">(in module paddle.v2.attr)</a>
594
</li>
595
      </ul></li>
596
      <li><a href="api/v1/trainer_config_helpers/attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute">ParameterAttribute (class in paddle.trainer_config_helpers.attrs)</a>
597 598 599

      <ul>
        <li><a href="api/v2/model_configs.html#paddle.v2.attr.ParameterAttribute">(class in paddle.v2.attr)</a>
600
</li>
601
      </ul></li>
602 603
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters">Parameters (class in paddle.v2.parameters)</a>
</li>
604
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.parse_network">parse_network() (in module paddle.v2.layer)</a>
605 606 607 608 609 610 611 612
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.pooling">pooling (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.power">power (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.print">print (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.priorbox">priorbox (class in paddle.v2.layer)</a>
613 614 615 616 617 618
</li>
      <li><a href="api/v1/data_provider/pydataprovider2_en.html#paddle.trainer.PyDataProvider2.provider">provider() (in module paddle.trainer.PyDataProvider2)</a>
</li>
  </ul></td>
</tr></table>

619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.rank_cost">rank_cost (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.recurrent">recurrent (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.regression_cost">regression_cost (class in paddle.v2.layer)</a>
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Relu">Relu (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.repeat">repeat (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.rotate">rotate (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

639 640 641
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
642 643 644 645 646 647 648 649 650 651 652 653 654 655 656
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.sampling_id">sampling_id (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.scaling">scaling (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.scaling_projection">scaling_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.selective_fc">selective_fc (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.seq_concat">seq_concat (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.seq_reshape">seq_reshape (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.sequence_conv_pool">sequence_conv_pool (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.SequenceSoftmax">SequenceSoftmax (class in paddle.v2.activation)</a>
657 658
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.serialize">serialize() (paddle.v2.parameters.Parameters method)</a>
659 660
</li>
      <li><a href="api/v2/run_logic.html#paddle.v2.parameters.Parameters.set">set() (paddle.v2.parameters.Parameters method)</a>
661
</li>
662
      <li><a href="api/v1/trainer_config_helpers/attrs.html#paddle.trainer_config_helpers.attrs.ParameterAttribute.set_default_parameter_name">set_default_parameter_name() (paddle.trainer_config_helpers.attrs.ParameterAttribute method)</a>
663 664 665 666 667

      <ul>
        <li><a href="api/v2/model_configs.html#paddle.v2.attr.ParameterAttribute.set_default_parameter_name">(paddle.v2.attr.ParameterAttribute method)</a>
</li>
      </ul></li>
668 669 670 671
      <li><a href="api/v2/run_logic.html#paddle.v2.trainer.SGD">SGD (class in paddle.v2.trainer)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.reader.shuffle">shuffle() (in module paddle.v2.reader)</a>
</li>
672 673 674 675 676 677 678 679
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Sigmoid">Sigmoid (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.simple_attention">simple_attention (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.simple_gru">simple_gru (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.simple_gru2">simple_gru2 (class in paddle.v2.networks)</a>
</li>
680 681
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
682 683 684 685 686 687 688 689 690
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.simple_img_conv_pool">simple_img_conv_pool (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.simple_lstm">simple_lstm (class in paddle.v2.networks)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.slope_intercept">slope_intercept (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Softmax">Softmax (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.SoftRelu">SoftRelu (class in paddle.v2.activation)</a>
691 692 693 694 695 696 697 698 699 700 701 702
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_binary_vector">sparse_binary_vector() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_binary_vector_sequence">sparse_binary_vector_sequence() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_non_value_slot">sparse_non_value_slot() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_value_slot">sparse_value_slot() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_vector">sparse_vector() (in module paddle.v2.data_type)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.data_type.sparse_vector_sequence">sparse_vector_sequence() (in module paddle.v2.data_type)</a>
703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.spp">spp (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Square">Square (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.SquareRootN">SquareRootN (class in paddle.v2.pooling)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.STanh">STanh (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.pooling.Sum">Sum (class in paddle.v2.pooling)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.sum_cost">sum_cost (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.sum_to_one_norm">sum_to_one_norm (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.table_projection">table_projection (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.activation.Tanh">Tanh (class in paddle.v2.activation)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.tensor">tensor (class in paddle.v2.layer)</a>
729 730 731 732 733 734 735 736
</li>
      <li><a href="api/v2/data.html#paddle.v2.dataset.mnist.test">test() (in module paddle.v2.dataset.mnist)</a>

      <ul>
        <li><a href="api/v2/data.html#paddle.v2.dataset.sentiment.test">(in module paddle.v2.dataset.sentiment)</a>
</li>
      </ul></li>
      <li><a href="api/v2/run_logic.html#paddle.v2.event.TestResult">TestResult (class in paddle.v2.event)</a>
737 738 739 740 741
</li>
  </ul></td>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.text_conv_pool">text_conv_pool (class in paddle.v2.networks)</a>
</li>
742 743 744 745 746 747 748 749 750 751
      <li><a href="api/v2/data.html#paddle.v2.reader.creator.text_file">text_file() (in module paddle.v2.reader.creator)</a>
</li>
      <li><a href="api/v2/data.html#paddle.v2.dataset.mnist.train">train() (in module paddle.v2.dataset.mnist)</a>

      <ul>
        <li><a href="api/v2/data.html#paddle.v2.dataset.sentiment.train">(in module paddle.v2.dataset.sentiment)</a>
</li>
        <li><a href="api/v2/run_logic.html#paddle.v2.trainer.SGD.train">(paddle.v2.trainer.SGD method)</a>
</li>
      </ul></li>
752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.trans">trans (class in paddle.v2.layer)</a>
</li>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.trans_full_matrix_projection">trans_full_matrix_projection (class in paddle.v2.layer)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="V">V</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.networks.vgg_16_network">vgg_16_network (class in paddle.v2.networks)</a>
</li>
  </ul></td>
</tr></table>

<h2 id="W">W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
  <td style="width: 33%; vertical-align: top;"><ul>
      <li><a href="api/v2/model_configs.html#paddle.v2.layer.warp_ctc">warp_ctc (class in paddle.v2.layer)</a>
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831
</li>
  </ul></td>
</tr></table>



           </div>
          </div>
          <footer>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2016, PaddlePaddle developers.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'./',
            VERSION:'',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
            HAS_SOURCE:  true
        };
    </script>
      <script type="text/javascript" src="_static/jquery.js"></script>
      <script type="text/javascript" src="_static/underscore.js"></script>
      <script type="text/javascript" src="_static/doctools.js"></script>
      <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
       
  

  
  
    <script type="text/javascript" src="_static/js/theme.js"></script>
  
  
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  <script src="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/js/perfect-scrollbar.jquery.min.js"></script>
  <script src="_static/js/paddle_doc_init.js"></script> 

</body>
</html>