paddle_quantum.dataset.po 13.7 KB
Newer Older
Q
Quleaf 已提交
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 156 157 158 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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, Baidu Inc
# This file is distributed under the same license as the paddle-quantum
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: paddle-quantum \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-17 11:08+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n"

#: ../../source/paddle_quantum.dataset.rst:2
msgid "paddle\\_quantum.dataset"
msgstr ""

#: of paddle_quantum.dataset:1
msgid "The source file of the dataset."
msgstr ""

#: of paddle_quantum.dataset.Dataset:1
msgid "Bases: :py:class:`object`"
msgstr ""

#: of paddle_quantum.dataset.Dataset:1
msgid ""
"Basic class for all datasets, integrating multiple quantum encoding "
"methods."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:1
msgid ""
"Encode vectors, which have been already truncated or filled with zero to "
"the length ``can_describe_dimension``"
msgstr ""

#: of paddle_quantum.dataset.BreastCancer
#: paddle_quantum.dataset.Dataset.data2circuit
#: paddle_quantum.dataset.Dataset.filter_class
#: paddle_quantum.dataset.FashionMNIST paddle_quantum.dataset.Iris
#: paddle_quantum.dataset.MNIST paddle_quantum.dataset.SimpleDataset
#: paddle_quantum.dataset.SimpleDataset.encode
#: paddle_quantum.dataset.VisionDataset
#: paddle_quantum.dataset.VisionDataset.encode
msgid "Parameters"
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:3
msgid ""
"vectors needed to encode,which have been already truncated or filled with"
" zero to the length ``can_describe_dimension``"
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:6
#: paddle_quantum.dataset.Dataset.data2circuit:7
msgid "The encoding method."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:8
msgid "the dimension which the circuit can describe by ``encoding``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:9
msgid "Whether to split the circuit."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:10
msgid "Whether to return quantum state."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:11
msgid ""
"Whether it is a picture, if it is a picture, the normalization method is "
"not quite the same. Defaults to ``False``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit
#: paddle_quantum.dataset.FashionMNIST paddle_quantum.dataset.MNIST
#: paddle_quantum.dataset.SimpleDataset.encode
#: paddle_quantum.dataset.VisionDataset.encode
msgid "Raises"
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:13
msgid "Not support to return circuit in amplitude encoding."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit
#: paddle_quantum.dataset.Dataset.filter_class
#: paddle_quantum.dataset.SimpleDataset.encode
#: paddle_quantum.dataset.VisionDataset.encode
msgid "Returns"
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit:15
msgid ""
"if ``return_state == True``, return encoded quantum state, otherwise "
"return encoding circuits."
msgstr ""

#: of paddle_quantum.dataset.Dataset.data2circuit
#: paddle_quantum.dataset.Dataset.filter_class
#: paddle_quantum.dataset.SimpleDataset.encode
#: paddle_quantum.dataset.VisionDataset.encode
msgid "Return type"
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:1
msgid ""
"Select ``data_num`` samples from ``x``, ``y``, whose label is in "
"``classes``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:3
msgid "training features."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:4
msgid "training labels."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:5
msgid "classes needed to select."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:6
msgid "the number of data needed to select."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:7
msgid ""
"whether we need to relabel the labels to 0,1,2 for binary classification."
" For example ``[1,2]`` will be relabeled to ``[0,1]``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:8
msgid "Random seed. Defaults to ``0``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:10
msgid ""
"- new_x: selected features. - new_y: selected labels corresponded to "
"``new_x``."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:10
msgid "new_x: selected features."
msgstr ""

#: of paddle_quantum.dataset.Dataset.filter_class:11
msgid "new_y: selected labels corresponded to ``new_x``."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset:1
#: paddle_quantum.dataset.VisionDataset:1
msgid "Bases: :py:class:`~paddle_quantum.dataset.Dataset`"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset:1
msgid ""
"``VisionDataset`` is the basic class of all image datasets. By inheriting"
" ``VisionDataset``, users can easily generate their own quantum data."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset:3
msgid "the size of the figure."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:1
msgid ""
"Encode ``feature`` into ``num_qubits`` qubits using ``encoding`` after "
"downscaling to ``target_dimension``. ``feature`` is one-dimension image "
"vectors."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:3
msgid "One-dimension image vectors which can be list or ndarray."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:3
#: paddle_quantum.dataset.FashionMNIST:4 paddle_quantum.dataset.Iris:3
#: paddle_quantum.dataset.MNIST:4 paddle_quantum.dataset.VisionDataset.encode:4
msgid ""
"``angle_encoding`` denotes angle encoding, and one qubit encodes one "
"number with a Ry gate. ``amplitude_encoding`` denotes amplitude encoding;"
" ``pauli_rotation_encoding`` denotes using SU(3) rotation gate. "
"``linear_entanglement_encoding``, ``real_entanglement_encoding`` , "
"``complex_entanglement_encoding`` and ``IQP_encoding`` encoding methods."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:6
#: paddle_quantum.dataset.FashionMNIST:7 paddle_quantum.dataset.Iris:6
#: paddle_quantum.dataset.MNIST:7 paddle_quantum.dataset.SimpleDataset.encode:5
#: paddle_quantum.dataset.VisionDataset.encode:7
msgid "Qubit number."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:8
msgid ""
"whether to split the circuits. If true, every layer of the encoding "
"circuit will be split into a list. Defaults to ``False``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:11 paddle_quantum.dataset.MNIST:11
#: paddle_quantum.dataset.VisionDataset.encode:9
msgid "Including ``PCA`` and ``resize``. Defaults to ``resize``."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:10
msgid ""
"The dimension after downscaling. ``target_dimension`` is not allowed to "
"surpass the figure size. Defaults to ``-1``."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:11
msgid ""
"Whether to return quantum states. If it is ``False``, return quantum "
"circuits. Defaults to True."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:12
msgid ""
"Whether to return ``quantum_image_states``, ``quantum_image_circuits``, "
"``original_images`` and ``classical_image_vectors``. Defaults to False."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:14
msgid "PCA dimension should be less than figure size"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:15
msgid "Resize dimension should be a square"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:16
msgid "Downscaling methods can only be resize and PCA."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:17
msgid "Invalid encoding methods"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:19
msgid ""
"- quantum_image_states: Quantum states, only ``full_return==True`` or "
"``return_state==True`` will return. - quantum_image_circuits: A list of "
"circuits generating quantum states, only ``full_return==True`` or "
"``return_state==True`` will return. - original_images: One-dimension "
"original vectors without any processing, only ``return_state==True`` will"
" return; - classical_image_vectors: One-dimension original vectors after "
"filling with zero, which are encoded to quantum states. only "
"``return_state==True`` will return;"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:19
msgid ""
"quantum_image_states: Quantum states, only ``full_return==True`` or "
"``return_state==True`` will return."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:20
msgid ""
"quantum_image_circuits: A list of circuits generating quantum states, "
"only ``full_return==True`` or ``return_state==True`` will return."
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:21
msgid ""
"original_images: One-dimension original vectors without any processing, "
"only ``return_state==True`` will return;"
msgstr ""

#: of paddle_quantum.dataset.VisionDataset.encode:22
msgid ""
"classical_image_vectors: One-dimension original vectors after filling "
"with zero, which are encoded to quantum states. only "
"``return_state==True`` will return;"
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset:1
msgid ""
"SimpleDataset is used for simple dataset and can't downscale the data. "
"You can inherit ``SimpleDataset`` to generate quantum states from your "
"classical datasets."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset:3
msgid "Dimension of encoding data"
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:1
msgid "Encode ``feature`` with ``num_qubits`` qubits by ``encoding``."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:3
msgid "Features needed to encode."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:4
msgid "Encoding methods."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:8
#: paddle_quantum.dataset.FashionMNIST:15 paddle_quantum.dataset.Iris:10
#: paddle_quantum.dataset.MNIST:15
#: paddle_quantum.dataset.SimpleDataset.encode:6
msgid "Whether to return quantum states. Defaults to ``True``."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:7
msgid ""
"Whether to return quantum_states, quantum_circuits, origin_feature and "
"feature. Defaults to ``False``."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:9
msgid "Invalid type of feature."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:10
msgid "Invalid encoding methods."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:11
msgid "The qubit number is not enough to encode the features."
msgstr ""

#: of paddle_quantum.dataset.SimpleDataset.encode:13
msgid ""
"TODO: not show up in docs - quantum_states: Quantum states, only "
"``full_return==True`` or ``return_state==True`` will return; - "
"quantum_circuits: A list of circuits generating quantum states, only "
"``full_return==True`` or ``return_state==True`` will return; - "
"origin_feature: One-dimension original vectors without any processing, "
"only ``return_state==True`` will return - feature: One-dimension original"
" vectors after filling with zero, which are encoded to quantum states. "
"only ``return_state==True`` will return."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:1 paddle_quantum.dataset.MNIST:1
msgid "Bases: :py:class:`~paddle_quantum.dataset.VisionDataset`"
msgstr ""

#: of paddle_quantum.dataset.MNIST:1
msgid "MNIST quantum dataset. It inherits ``VisionDataset``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:3 paddle_quantum.dataset.MNIST:3
msgid "Data mode including ``train`` and ``test``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:8 paddle_quantum.dataset.MNIST:8
msgid "Classes needed to classify."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:9 paddle_quantum.dataset.MNIST:9
msgid "Data number returned. Defaults to ``-1``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:10 paddle_quantum.dataset.MNIST:10
msgid ""
"Whether to split the circuits. If True, every layer of the encoding "
"circuit will be split into a list. Defaults to ``False``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:12 paddle_quantum.dataset.MNIST:12
msgid ""
"The dimension after downscaling, which is not allowed to surpass the "
"figure size. Defaults to ``-1``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:13 paddle_quantum.dataset.MNIST:13
msgid ""
"Whether needed to crop, If ``True``, ``image[0:27][0:27]`` will be "
"cropped to ``image[4:24][4:24]``. Defaults to ``True``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:14 paddle_quantum.dataset.MNIST:14
msgid ""
"Whether we need to relabel the labels to 0,1,2… for binary "
"classification.For example [1,2] will be relabeled to [0,1] Defaults to "
"``True``."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:9
#: paddle_quantum.dataset.FashionMNIST:16 paddle_quantum.dataset.Iris:11
#: paddle_quantum.dataset.MNIST:16
msgid "Select random seed. Defaults to ``0``."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:18 paddle_quantum.dataset.MNIST:18
msgid "Data mode can only be train and test."
msgstr ""

#: of paddle_quantum.dataset.FashionMNIST:1
msgid "FashionMNIST quantum dataset. It inherits ``VisionDataset``."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:1 paddle_quantum.dataset.Iris:1
msgid "Bases: :py:class:`~paddle_quantum.dataset.SimpleDataset`"
msgstr ""

#: of paddle_quantum.dataset.Iris:1
msgid "Iris dataset"
msgstr ""

#: of paddle_quantum.dataset.Iris:7
msgid "Classes needed to classify"
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:7 paddle_quantum.dataset.Iris:8
msgid "The proportion of the testing dataset. Defaults to ``0.2``."
msgstr ""

#: of paddle_quantum.dataset.Iris:9
msgid ""
"Whether we need to relabel the labels to 0,1,2… for binary "
"classification.For example [1,2] will be relabeled to [0,1]. Defaults to "
"``True``."
msgstr ""

#: of paddle_quantum.dataset.BreastCancer:1
msgid "BreastCancer quantum dataset."
msgstr ""