You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/tests/ut/python/dataset
mindspore-ci-bot a9ba9b90f6
!14680 MindData Codespell correction
4 years ago
..
README.md fix code format bug 4 years ago
test_2ops.py Cleanup dataset UT: Replace save_and_check 5 years ago
test_HWC2CHW.py Add more callable test and clean the input check 4 years ago
test_Tensor.py use np.testing.assert instead of asserting 5 years ago
test_apply.py minddata iterator output ms_tensor 4 years ago
test_autocontrast.py fix minddata transform issue 4 years ago
test_batch.py fix RandomAffine degree error and some examples in docs 4 years ago
test_bounding_box_augment.py fix RandomAffine degree error and some examples in docs 4 years ago
test_bucket_batch_by_length.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_c_compose.py add err modify 4 years ago
test_c_random_apply.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_c_random_choice.py first working implementation 4 years ago
test_cache_map.py Remove DataBuffer 4 years ago
test_cache_nomap.py Block caching after random pyfunc 4 years ago
test_callbacks.py port over getter pass 4 years ago
test_center_crop.py minddata err msg add file path 4 years ago
test_compose.py Add call for decoupled image and text ops 4 years ago
test_concat.py add GetDatasetSize to concat node 4 years ago
test_concatenate_op.py minddata err msg add file path 4 years ago
test_config.py Remove rows_per_buffer 4 years ago
test_cut_out.py minddata iterator output ms_tensor 4 years ago
test_cutmix_batch_op.py minddata err msg add file path 4 years ago
test_dataset_numpy_slices.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_datasets_celeba.py Fix sampler error messages 4 years ago
test_datasets_cifarop.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_datasets_clue.py minddata err msg add file path 4 years ago
test_datasets_coco.py fix error msg issue 4 years ago
test_datasets_csv.py minddata err msg add file path 4 years ago
test_datasets_generator.py User explicit deepcopy 4 years ago
test_datasets_get_dataset_size.py fix get dataset size in distributed scenario 4 years ago
test_datasets_imagefolder.py fix resize & randomcoloradjust 4 years ago
test_datasets_manifestop.py minddata err msg add file path 4 years ago
test_datasets_mnist.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_datasets_sharding.py minddata iterator output ms_tensor 4 years ago
test_datasets_textfileop.py fix minddata issues 4 years ago
test_datasets_tfrecord.py minddata err msg add file path 4 years ago
test_datasets_voc.py minddata err msg add file path 4 years ago
test_decode.py minddata iterator output ms_tensor 4 years ago
test_deviceop_cpu.py change map calls 4 years ago
test_duplicate_op.py minddata iterator output ms_tensor 4 years ago
test_eager_text.py fix python tokenizer 4 years ago
test_eager_vision.py Fix bugs of minddata transforms 4 years ago
test_epoch_ctrl.py Replace Databuffers with TensorRows 4 years ago
test_equalize.py change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine 4 years ago
test_exceptions.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_fill_op.py minddata err msg add file path 4 years ago
test_filterop.py add filter c api and ut 4 years ago
test_five_crop.py embed python compose op 4 years ago
test_flat_map.py minddata iterator output ms_tensor 4 years ago
test_from_dataset.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_generator_reset_pass.py MindData Codespell correction 4 years ago
test_get_col_names.py change map calls 4 years ago
test_get_size.py added python api based on cpp api 4 years ago
test_graphdata.py gnn support weight sampling neighbors. 4 years ago
test_graphdata_distributed.py gnn support weight sampling neighbors. 4 years ago
test_input_indexes.py added python api based on cpp api 4 years ago
test_invert.py Add call for decoupled image and text ops 4 years ago
test_iterator.py added python api based on cpp api 4 years ago
test_linear_transformation.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_mask_op.py minddata err msg add file path 4 years ago
test_minddataset.py fix get_dataset_size in distributedSampler & num_samples 4 years ago
test_minddataset_exception.py fix RandomAffine degree error and some examples in docs 4 years ago
test_minddataset_multi_images.py minddata iterator output ms_tensor 4 years ago
test_minddataset_multi_images_and_ndarray.py minddata iterator output ms_tensor 4 years ago
test_minddataset_padded.py fix md padding bug 4 years ago
test_minddataset_sampler.py Add SubsetSampler 4 years ago
test_mixup_label_smoothing.py minddata iterator output ms_tensor 4 years ago
test_mixup_op.py minddata err msg add file path 4 years ago
test_ngram_op.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_nlp.py minddata iterator output ms_tensor 4 years ago
test_noop_mode.py minddata use new ps api 4 years ago
test_normalizeOp.py fix RandomAffine degree error and some examples in docs 4 years ago
test_normalizepad_op.py fix RandomAffine degree error and some examples in docs 4 years ago
test_num_samples.py Fixing api leftover 4 years ago
test_onehot_op.py change map calls 4 years ago
test_opt.py minddata iterator output ms_tensor 4 years ago
test_opt_pass.py minddata iterator output ms_tensor 4 years ago
test_pad.py fix bugs of execute & update doc description in minddata 4 years ago
test_pad_batch.py minddata iterator output ms_tensor 4 years ago
test_pad_end_op.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_paddeddataset.py added python api based on cpp api 4 years ago
test_pair_truncate.py Add more callable test and clean the input check 4 years ago
test_profiling.py introduce a master switch to turn on and off profiler 4 years ago
test_project.py order dict by column_id in create_dict_iterator() 4 years ago
test_pyfunc.py MindData Codespell correction 4 years ago
test_python_tokenizer.py minddata iterator output ms_tensor 4 years ago
test_random_affine.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_random_apply.py added python api based on cpp api 4 years ago
test_random_choice.py added python api based on cpp api 4 years ago
test_random_color.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_random_color_adjust.py fix error msg issue 4 years ago
test_random_crop.py fix error msg issue 4 years ago
test_random_crop_and_resize.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_random_crop_and_resize_with_bbox.py minddata err msg add file path 4 years ago
test_random_crop_decode_resize.py minddata iterator output ms_tensor 4 years ago
test_random_crop_with_bbox.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_dataset.py Change epoch count to 1 for python testcases 4 years ago
test_random_erasing.py minddata iterator output ms_tensor 4 years ago
test_random_grayscale.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_horizontal_flip.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_horizontal_flip_with_bbox.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_order.py !5801 [MD][Feature] minddata iterator output ms_tensor 4 years ago
test_random_perspective.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_posterize.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_random_resize.py minddata iterator output ms_tensor 4 years ago
test_random_resize_with_bbox.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_rotation.py MindData Codespell correction 4 years ago
test_random_select_subpolicy.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_sharpness.py change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine 4 years ago
test_random_solarize_op.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_random_vertical_flip.py fix RandomAffine degree error and some examples in docs 4 years ago
test_random_vertical_flip_with_bbox.py fix RandomAffine degree error and some examples in docs 4 years ago
test_rename.py minddata iterator output ms_tensor 4 years ago
test_repeat.py minddata iterator output ms_tensor 4 years ago
test_rescale_op.py minddata iterator output ms_tensor 4 years ago
test_resize.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_resize_with_bbox.py minddata err msg add file path 4 years ago
test_rgb_hsv.py minddata iterator output ms_tensor 4 years ago
test_sampler.py Adding inheritance to user defined sampler 4 years ago
test_sampler_chain.py Fixed an issue with SequentialSampler 4 years ago
test_save_op.py Clean up the view code 4 years ago
test_schema.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_sentencepiece_tokenizer.py Fix CI warning and test team issues 4 years ago
test_serdes_dataset.py fix pyfunc pickle issue 4 years ago
test_shuffle.py fix RandomAffine degree error and some examples in docs 4 years ago
test_skip.py added python api based on cpp api 4 years ago
test_slice_op.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_sliding_window.py Add more callable test and clean the input check 4 years ago
test_soft_dvpp.py minddata iterator output ms_tensor 4 years ago
test_split.py minddata iterator output ms_tensor 4 years ago
test_sync_wait.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_take.py MindData Codespell correction 4 years ago
test_ten_crop.py fix RandomAffine degree error and some examples in docs 4 years ago
test_tensor_empty.py minddata iterator output ms_tensor 4 years ago
test_tensor_string.py Clean up the view code 4 years ago
test_text_basic_tokenizer.py minddata iterator output ms_tensor 4 years ago
test_text_bert_tokenizer.py Fix CI warning and test team issues 4 years ago
test_text_jieba_tokenizer.py Fix test team issue: ToNumber in eager mode. 4 years ago
test_text_tokenizer.py minddata iterator output ms_tensor 4 years ago
test_text_wordpiece_tokenizer.py minddata iterator output ms_tensor 4 years ago
test_to_number_op.py Fix CI warning and test team issues 4 years ago
test_to_pil.py change map calls 4 years ago
test_to_type.py minddata iterator output ms_tensor 4 years ago
test_type_cast.py minddata iterator output ms_tensor 4 years ago
test_uniform_augment.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_unique_op.py fix unorder_map hash 4 years ago
test_var_batch_map.py staging 4 years ago
test_vocab.py Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform 4 years ago
test_zip.py fix schema & zip validation 4 years ago
util.py dataset UT: check PIL version, delete test_callback_2maps 4 years ago

README.md

DE Dataset Ops Test (Python)

Environment

Python3.7 (PyCharm IDE is recommended)

Introduce of data

All of data used in this folder created by Huawei Technologies Co.