|
1 | 1 | Dataset
|
2 | 2 | =======
|
3 | 3 |
|
4 |
| -.. automodule:: paddle.v2.dataset |
| 4 | +.. automodule:: paddle.dataset |
5 | 5 | :members:
|
6 | 6 | :noindex:
|
7 | 7 |
|
8 | 8 | mnist
|
9 | 9 | +++++
|
10 | 10 |
|
11 |
| -.. automodule:: paddle.v2.dataset.mnist |
| 11 | +.. automodule:: paddle.dataset.mnist |
12 | 12 | :members:
|
13 | 13 | :noindex:
|
14 | 14 |
|
15 | 15 | cifar
|
16 | 16 | +++++
|
17 | 17 |
|
18 |
| -.. automodule:: paddle.v2.dataset.cifar |
| 18 | +.. automodule:: paddle.dataset.cifar |
19 | 19 | :members:
|
20 | 20 | :noindex:
|
21 | 21 |
|
22 | 22 | conll05
|
23 | 23 | +++++++
|
24 | 24 |
|
25 |
| -.. automodule:: paddle.v2.dataset.conll05 |
| 25 | +.. automodule:: paddle.dataset.conll05 |
26 | 26 | :members: get_dict,get_embedding,test
|
27 | 27 | :noindex:
|
28 | 28 |
|
29 | 29 | imdb
|
30 | 30 | ++++
|
31 | 31 |
|
32 |
| -.. automodule:: paddle.v2.dataset.imdb |
| 32 | +.. automodule:: paddle.dataset.imdb |
33 | 33 | :members:
|
34 | 34 | :noindex:
|
35 | 35 |
|
36 | 36 | imikolov
|
37 | 37 | ++++++++
|
38 | 38 |
|
39 |
| -.. automodule:: paddle.v2.dataset.imikolov |
| 39 | +.. automodule:: paddle.dataset.imikolov |
40 | 40 | :members:
|
41 | 41 | :noindex:
|
42 | 42 |
|
43 | 43 | movielens
|
44 | 44 | +++++++++
|
45 | 45 |
|
46 |
| -.. automodule:: paddle.v2.dataset.movielens |
| 46 | +.. automodule:: paddle.dataset.movielens |
47 | 47 | :members:
|
48 | 48 | :noindex:
|
49 | 49 |
|
50 |
| -.. autoclass:: paddle.v2.dataset.movielens.MovieInfo |
| 50 | +.. autoclass:: paddle.dataset.movielens.MovieInfo |
51 | 51 | :noindex:
|
52 |
| - |
53 |
| -.. autoclass:: paddle.v2.dataset.movielens.UserInfo |
| 52 | + |
| 53 | +.. autoclass:: paddle.dataset.movielens.UserInfo |
54 | 54 | :noindex:
|
55 | 55 |
|
56 | 56 | sentiment
|
57 | 57 | +++++++++
|
58 | 58 |
|
59 |
| -.. automodule:: paddle.v2.dataset.sentiment |
| 59 | +.. automodule:: paddle.dataset.sentiment |
60 | 60 | :members:
|
61 | 61 | :noindex:
|
62 | 62 |
|
63 | 63 | uci_housing
|
64 | 64 | +++++++++++
|
65 | 65 |
|
66 |
| -.. automodule:: paddle.v2.dataset.uci_housing |
| 66 | +.. automodule:: paddle.dataset.uci_housing |
67 | 67 | :members:
|
68 | 68 | :noindex:
|
69 | 69 |
|
70 | 70 | wmt14
|
71 | 71 | +++++
|
72 | 72 |
|
73 |
| -.. automodule:: paddle.v2.dataset.wmt14 |
| 73 | +.. automodule:: paddle.dataset.wmt14 |
74 | 74 | :members:
|
75 | 75 | :noindex:
|
76 | 76 |
|
77 | 77 | wmt16
|
78 | 78 | +++++
|
79 | 79 |
|
80 |
| -.. automodule:: paddle.v2.dataset.wmt16 |
| 80 | +.. automodule:: paddle.dataset.wmt16 |
81 | 81 | :members:
|
82 | 82 | :noindex:
|
0 commit comments