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
Cathy Wong 772e6c1461
Cleanup dataset UT: test_batch, save_and_check support
5 years ago
..
README.md initial version 5 years ago
prep_data.py initial version 5 years ago
test_2ops.py initial version 5 years ago
test_Tensor.py initial version 5 years ago
test_apply.py implemention of new api: apply 5 years ago
test_autocontrast.py Added UniformAugment + Python Augmentation Ops 5 years ago
test_batch.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_center_crop.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_cifarop.py initial version 5 years ago
test_config.py Added test function to show that seed doesn't work. 5 years ago
test_cut_out.py initial version 5 years ago
test_datasets_celeba.py fix first epoch always shuffle with default seed in random sampler 5 years ago
test_datasets_get_dataset_size.py initial version 5 years ago
test_datasets_imagefolder.py initial version 5 years ago
test_datasets_imagenet.py initial version 5 years ago
test_datasets_imagenet_distribution.py initial version 5 years ago
test_datasets_manifestop.py initial version 5 years ago
test_datasets_sharding.py check num_samples 5 years ago
test_datasets_textfileop.py Added test function to show that seed doesn't work. 5 years ago
test_datasets_voc.py initial version 5 years ago
test_decode.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_deviceop_cpu.py initial version 5 years ago
test_equalize.py Added UniformAugment + Python Augmentation Ops 5 years ago
test_exceptions.py check num_samples 5 years ago
test_filterop.py add filterOp code 5 years ago
test_five_crop.py initial version 5 years ago
test_general.py initial version 5 years ago
test_generator.py Add schema support for GeneratorDataset 5 years ago
test_get_size.py initial version 5 years ago
test_invert.py Added UniformAugment + Python Augmentation Ops 5 years ago
test_iterator.py Deepcopy problem when pyfunc cannot be pickled 5 years ago
test_minddataset.py fix: when use MindDataset block_reade=True hung 5 years ago
test_minddataset_exception.py update pK_sampler 5 years ago
test_minddataset_multi_images.py initial version 5 years ago
test_minddataset_multi_images_and_ndarray.py initial version 5 years ago
test_minddataset_sampler.py add pk sampler 5 years ago
test_mixup_label_smoothing.py initial version 5 years ago
test_normalizeOp.py Fixup py Normalize doc: takes input CHW 5 years ago
test_onehot_op.py initial version 5 years ago
test_pad.py initial version 5 years ago
test_project.py fix and remove useless import of example, st, ut 5 years ago
test_pyfunc.py Skip pyfunc test case 5 years ago
test_random_color.py Added UniformAugment + Python Augmentation Ops 5 years ago
test_random_color_adjust.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_random_crop.py Added test function to show that seed doesn't work. 5 years ago
test_random_crop_and_resize.py initial version 5 years ago
test_random_crop_decode_resize.py initial version 5 years ago
test_random_dataset.py Replace print with logger.info 5 years ago
test_random_erasing.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_random_horizontal_flip.py initial version 5 years ago
test_random_resize.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_random_rotation.py initial version 5 years ago
test_random_sharpness.py Added UniformAugment + Python Augmentation Ops 5 years ago
test_random_vertical_flip.py initial version 5 years ago
test_readdir.py initial version 5 years ago
test_rename.py Added test function to show that seed doesn't work. 5 years ago
test_repeat.py Support nested repeat 5 years ago
test_rescale_op.py initial version 5 years ago
test_rgb_hsv.py Optimize the execution time of test case test_rgb_hsv.py 5 years ago
test_sampler.py Add python sampler support for CPP dataset 5 years ago
test_schema.py initial version 5 years ago
test_serdes_dataset.py add pk sampler 5 years ago
test_shuffle.py Added test function to show that seed doesn't work. 5 years ago
test_skip.py fix skip 5 years ago
test_storage.py The num_samples and numRows in schema for TFRecordDataset are conflict 5 years ago
test_sync_wait.py Added example for multiple iterator 5 years ago
test_take.py modify take op with an operator 5 years ago
test_tfreader_op.py The num_samples and numRows in schema for TFRecordDataset are conflict 5 years ago
test_type_cast.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
test_uniform_augment.py added input validation to reject python op in C++ uniform augmentation operations list 5 years ago
test_var_batch_map.py initial version 5 years ago
test_zip.py Cleanup dataset UT: test_batch, save_and_check support 5 years ago
util.py Cleanup dataset UT: test_batch, save_and_check support 5 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.