提交 813328d4 编写于 作者: T Travis CI

Deploy to GitHub Pages: 43237124

上级 62cdb2ff
...@@ -887,6 +887,12 @@ parse training set and test set into paddle reader creators.</p> ...@@ -887,6 +887,12 @@ parse training set and test set into paddle reader creators.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.mnist.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="cifar"> <div class="section" id="cifar">
<h3>cifar<a class="headerlink" href="#cifar" title="Permalink to this headline"></a></h3> <h3>cifar<a class="headerlink" href="#cifar" title="Permalink to this headline"></a></h3>
...@@ -972,6 +978,12 @@ images per class.</p> ...@@ -972,6 +978,12 @@ images per class.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.cifar.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="conll05"> <div class="section" id="conll05">
<h3>conll05<a class="headerlink" href="#conll05" title="Permalink to this headline"></a></h3> <h3>conll05<a class="headerlink" href="#conll05" title="Permalink to this headline"></a></h3>
...@@ -1068,6 +1080,12 @@ sequence and label in [0, 1].</p> ...@@ -1068,6 +1080,12 @@ sequence and label in [0, 1].</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.imdb.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="imikolov"> <div class="section" id="imikolov">
<h3>imikolov<a class="headerlink" href="#imikolov" title="Permalink to this headline"></a></h3> <h3>imikolov<a class="headerlink" href="#imikolov" title="Permalink to this headline"></a></h3>
...@@ -1136,6 +1154,12 @@ tuple.</p> ...@@ -1136,6 +1154,12 @@ tuple.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.imikolov.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="movielens"> <div class="section" id="movielens">
<h3>movielens<a class="headerlink" href="#movielens" title="Permalink to this headline"></a></h3> <h3>movielens<a class="headerlink" href="#movielens" title="Permalink to this headline"></a></h3>
...@@ -1187,6 +1211,12 @@ set and test set into paddle reader creators.</p> ...@@ -1187,6 +1211,12 @@ set and test set into paddle reader creators.</p>
<dd><p>Get movie info dictionary.</p> <dd><p>Get movie info dictionary.</p>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
<dl class="class"> <dl class="class">
<dt> <dt>
<em class="property">class </em><code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">MovieInfo</code><span class="sig-paren">(</span><em>index</em>, <em>categories</em>, <em>title</em><span class="sig-paren">)</span></dt> <em class="property">class </em><code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">MovieInfo</code><span class="sig-paren">(</span><em>index</em>, <em>categories</em>, <em>title</em><span class="sig-paren">)</span></dt>
...@@ -1225,11 +1255,17 @@ set and test set into paddle reader creators.</p> ...@@ -1225,11 +1255,17 @@ set and test set into paddle reader creators.</p>
<dd><p>Default test set reader creator</p> <dd><p>Default test set reader creator</p>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.sentiment.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="uci-housing"> <div class="section" id="uci-housing">
<h3>uci_housing<a class="headerlink" href="#uci-housing" title="Permalink to this headline"></a></h3> <h3>uci_housing<a class="headerlink" href="#uci-housing" title="Permalink to this headline"></a></h3>
<p>UCI Housing dataset.</p> <p>UCI Housing dataset.</p>
<p>This module will download dataset from <p>This module will paddle.v2.dataset.common.download dataset from
<a class="reference external" href="https://archive.ics.uci.edu/ml/machine-learning-databases/housing/">https://archive.ics.uci.edu/ml/machine-learning-databases/housing/</a> and <a class="reference external" href="https://archive.ics.uci.edu/ml/machine-learning-databases/housing/">https://archive.ics.uci.edu/ml/machine-learning-databases/housing/</a> and
parse training set and test set into paddle reader creators.</p> parse training set and test set into paddle reader creators.</p>
<dl class="function"> <dl class="function">
...@@ -1314,6 +1350,12 @@ sequence.</p> ...@@ -1314,6 +1350,12 @@ sequence.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.wmt14.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
</div> </div>
</div> </div>
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
...@@ -892,6 +892,12 @@ parse training set and test set into paddle reader creators.</p> ...@@ -892,6 +892,12 @@ parse training set and test set into paddle reader creators.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.mnist.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="cifar"> <div class="section" id="cifar">
<h3>cifar<a class="headerlink" href="#cifar" title="永久链接至标题"></a></h3> <h3>cifar<a class="headerlink" href="#cifar" title="永久链接至标题"></a></h3>
...@@ -977,6 +983,12 @@ images per class.</p> ...@@ -977,6 +983,12 @@ images per class.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.cifar.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="conll05"> <div class="section" id="conll05">
<h3>conll05<a class="headerlink" href="#conll05" title="永久链接至标题"></a></h3> <h3>conll05<a class="headerlink" href="#conll05" title="永久链接至标题"></a></h3>
...@@ -1073,6 +1085,12 @@ sequence and label in [0, 1].</p> ...@@ -1073,6 +1085,12 @@ sequence and label in [0, 1].</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.imdb.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="imikolov"> <div class="section" id="imikolov">
<h3>imikolov<a class="headerlink" href="#imikolov" title="永久链接至标题"></a></h3> <h3>imikolov<a class="headerlink" href="#imikolov" title="永久链接至标题"></a></h3>
...@@ -1141,6 +1159,12 @@ tuple.</p> ...@@ -1141,6 +1159,12 @@ tuple.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.imikolov.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="movielens"> <div class="section" id="movielens">
<h3>movielens<a class="headerlink" href="#movielens" title="永久链接至标题"></a></h3> <h3>movielens<a class="headerlink" href="#movielens" title="永久链接至标题"></a></h3>
...@@ -1192,6 +1216,12 @@ set and test set into paddle reader creators.</p> ...@@ -1192,6 +1216,12 @@ set and test set into paddle reader creators.</p>
<dd><p>Get movie info dictionary.</p> <dd><p>Get movie info dictionary.</p>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
<dl class="class"> <dl class="class">
<dt> <dt>
<em class="property">class </em><code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">MovieInfo</code><span class="sig-paren">(</span><em>index</em>, <em>categories</em>, <em>title</em><span class="sig-paren">)</span></dt> <em class="property">class </em><code class="descclassname">paddle.v2.dataset.movielens.</code><code class="descname">MovieInfo</code><span class="sig-paren">(</span><em>index</em>, <em>categories</em>, <em>title</em><span class="sig-paren">)</span></dt>
...@@ -1230,11 +1260,17 @@ set and test set into paddle reader creators.</p> ...@@ -1230,11 +1260,17 @@ set and test set into paddle reader creators.</p>
<dd><p>Default test set reader creator</p> <dd><p>Default test set reader creator</p>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.sentiment.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
<div class="section" id="uci-housing"> <div class="section" id="uci-housing">
<h3>uci_housing<a class="headerlink" href="#uci-housing" title="永久链接至标题"></a></h3> <h3>uci_housing<a class="headerlink" href="#uci-housing" title="永久链接至标题"></a></h3>
<p>UCI Housing dataset.</p> <p>UCI Housing dataset.</p>
<p>This module will download dataset from <p>This module will paddle.v2.dataset.common.download dataset from
<a class="reference external" href="https://archive.ics.uci.edu/ml/machine-learning-databases/housing/">https://archive.ics.uci.edu/ml/machine-learning-databases/housing/</a> and <a class="reference external" href="https://archive.ics.uci.edu/ml/machine-learning-databases/housing/">https://archive.ics.uci.edu/ml/machine-learning-databases/housing/</a> and
parse training set and test set into paddle reader creators.</p> parse training set and test set into paddle reader creators.</p>
<dl class="function"> <dl class="function">
...@@ -1319,6 +1355,12 @@ sequence.</p> ...@@ -1319,6 +1355,12 @@ sequence.</p>
</table> </table>
</dd></dl> </dd></dl>
<dl class="function">
<dt>
<code class="descclassname">paddle.v2.dataset.wmt14.</code><code class="descname">convert</code><span class="sig-paren">(</span><em>path</em><span class="sig-paren">)</span></dt>
<dd><p>Converts dataset to recordio format</p>
</dd></dl>
</div> </div>
</div> </div>
</div> </div>
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册