mindspore2022/tests/ut/python/dataset
Cathy Wong 772e6c1461 Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
..
README.md initial version 2020-03-27 22:54:54 +08:00
prep_data.py initial version 2020-03-27 22:54:54 +08:00
test_2ops.py initial version 2020-03-27 22:54:54 +08:00
test_Tensor.py initial version 2020-03-27 22:54:54 +08:00
test_apply.py implemention of new api: apply 2020-04-14 21:43:53 +08:00
test_autocontrast.py Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
test_batch.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_center_crop.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_cifarop.py initial version 2020-03-27 22:54:54 +08:00
test_config.py Added test function to show that seed doesn't work. 2020-04-30 18:57:59 -04:00
test_cut_out.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_celeba.py fix first epoch always shuffle with default seed in random sampler 2020-04-26 10:58:59 -04:00
test_datasets_get_dataset_size.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_imagefolder.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_imagenet.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_imagenet_distribution.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_manifestop.py initial version 2020-03-27 22:54:54 +08:00
test_datasets_sharding.py check num_samples 2020-04-01 14:39:23 +08:00
test_datasets_textfileop.py Added test function to show that seed doesn't work. 2020-04-30 18:57:59 -04:00
test_datasets_voc.py initial version 2020-03-27 22:54:54 +08:00
test_decode.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_deviceop_cpu.py initial version 2020-03-27 22:54:54 +08:00
test_equalize.py Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
test_exceptions.py check num_samples 2020-04-01 14:39:23 +08:00
test_filterop.py add filterOp code 2020-04-20 22:32:19 +08:00
test_five_crop.py initial version 2020-03-27 22:54:54 +08:00
test_general.py initial version 2020-03-27 22:54:54 +08:00
test_generator.py Add schema support for GeneratorDataset 2020-04-29 13:50:51 -04:00
test_get_size.py initial version 2020-03-27 22:54:54 +08:00
test_invert.py Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
test_iterator.py Deepcopy problem when pyfunc cannot be pickled 2020-04-22 11:55:27 -04:00
test_minddataset.py fix: when use MindDataset block_reade=True hung 2020-04-07 17:53:23 +08:00
test_minddataset_exception.py update pK_sampler 2020-04-27 21:40:49 +08:00
test_minddataset_multi_images.py initial version 2020-03-27 22:54:54 +08:00
test_minddataset_multi_images_and_ndarray.py initial version 2020-03-27 22:54:54 +08:00
test_minddataset_sampler.py add pk sampler 2020-04-21 10:08:38 +08:00
test_mixup_label_smoothing.py initial version 2020-03-27 22:54:54 +08:00
test_normalizeOp.py Fixup py Normalize doc: takes input CHW 2020-04-20 15:17:30 -04:00
test_onehot_op.py initial version 2020-03-27 22:54:54 +08:00
test_pad.py initial version 2020-03-27 22:54:54 +08:00
test_project.py fix and remove useless import of example, st, ut 2020-04-02 22:13:36 +08:00
test_pyfunc.py Skip pyfunc test case 2020-05-01 15:14:07 -04:00
test_random_color.py Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
test_random_color_adjust.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_random_crop.py Added test function to show that seed doesn't work. 2020-04-30 18:57:59 -04:00
test_random_crop_and_resize.py initial version 2020-03-27 22:54:54 +08:00
test_random_crop_decode_resize.py initial version 2020-03-27 22:54:54 +08:00
test_random_dataset.py Replace print with logger.info 2020-04-29 12:44:04 -04:00
test_random_erasing.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_random_horizontal_flip.py initial version 2020-03-27 22:54:54 +08:00
test_random_resize.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_random_rotation.py initial version 2020-03-27 22:54:54 +08:00
test_random_sharpness.py Added UniformAugment + Python Augmentation Ops 2020-04-21 19:54:32 -04:00
test_random_vertical_flip.py initial version 2020-03-27 22:54:54 +08:00
test_readdir.py initial version 2020-03-27 22:54:54 +08:00
test_rename.py Added test function to show that seed doesn't work. 2020-04-30 18:57:59 -04:00
test_repeat.py Support nested repeat 2020-04-14 10:13:18 -04:00
test_rescale_op.py initial version 2020-03-27 22:54:54 +08:00
test_rgb_hsv.py Optimize the execution time of test case test_rgb_hsv.py 2020-03-31 09:23:20 +08:00
test_sampler.py Add python sampler support for CPP dataset 2020-04-19 20:36:37 -04:00
test_schema.py initial version 2020-03-27 22:54:54 +08:00
test_serdes_dataset.py add pk sampler 2020-04-21 10:08:38 +08:00
test_shuffle.py Added test function to show that seed doesn't work. 2020-04-30 18:57:59 -04:00
test_skip.py fix skip 2020-04-29 20:12:37 +08:00
test_storage.py The num_samples and numRows in schema for TFRecordDataset are conflict 2020-04-21 17:08:59 +08:00
test_sync_wait.py Added example for multiple iterator 2020-04-24 17:28:40 -04:00
test_take.py modify take op with an operator 2020-04-30 10:16:36 +08:00
test_tfreader_op.py The num_samples and numRows in schema for TFRecordDataset are conflict 2020-04-21 17:08:59 +08:00
test_type_cast.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
test_uniform_augment.py added input validation to reject python op in C++ uniform augmentation operations list 2020-04-29 16:48:10 -04:00
test_var_batch_map.py initial version 2020-03-27 22:54:54 +08:00
test_zip.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
util.py Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00

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.