| .. |
|
README.md
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_2ops.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
|
test_HWC2CHW.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_Tensor.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
|
test_apply.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_autocontrast.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_batch.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_bounding_box_augment.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_bucket_batch_by_length.py
|
Leaf ops do self-reset.
|
2020-09-14 09:48:14 -04:00 |
|
test_c_compose.py
|
add err modify
|
2020-11-18 16:30:24 +08:00 |
|
test_c_random_apply.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_c_random_choice.py
|
first working implementation
|
2020-09-24 15:39:28 -04:00 |
|
test_cache_map.py
|
Rename SamplerObj::Build() to SamplerBuild()
|
2021-01-18 15:42:34 -05:00 |
|
test_cache_nomap.py
|
Fix a seg fault caused by std::regex
|
2020-12-04 20:58:11 -05:00 |
|
test_callbacks.py
|
port over getter pass
|
2021-01-07 10:52:49 -05:00 |
|
test_center_crop.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_compose.py
|
Started vision decoupling
|
2021-01-08 09:42:20 -05:00 |
|
test_concat.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_concatenate_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_config.py
|
address 2 tickets
|
2020-12-18 15:03:32 -05:00 |
|
test_cut_out.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_cutmix_batch_op.py
|
fix: testcase test_cutmix_batch_op.py slowly
|
2020-09-23 10:24:39 +08:00 |
|
test_dataset_numpy_slices.py
|
fix get_shape/type and a segfault in getter_pass
|
2020-11-30 16:22:33 -05:00 |
|
test_datasets_celeba.py
|
fix get_dataset_size in CelebADataset when usage is not all
|
2020-09-19 02:16:29 -04:00 |
|
test_datasets_cifarop.py
|
Leaf ops do self-reset.
|
2020-09-14 09:48:14 -04:00 |
|
test_datasets_clue.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_datasets_coco.py
|
[MD] dataset op log changes
|
2020-09-12 00:43:36 +08:00 |
|
test_datasets_csv.py
|
dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
|
2020-12-04 14:39:52 -05:00 |
|
test_datasets_generator.py
|
add err modify
|
2020-11-18 16:30:24 +08:00 |
|
test_datasets_get_dataset_size.py
|
fix get dataset size in distributed scenario
|
2020-12-15 20:41:45 +08:00 |
|
test_datasets_imagefolder.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_datasets_manifestop.py
|
fix get num classes of concat
|
2020-12-16 14:58:32 +08:00 |
|
test_datasets_mnist.py
|
Leaf ops do self-reset.
|
2020-09-14 09:48:14 -04:00 |
|
test_datasets_sharding.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_datasets_textfileop.py
|
Enable cache for other leaf ops
|
2020-09-25 13:11:04 -04:00 |
|
test_datasets_tfrecord.py
|
Change build to return status
|
2020-12-02 22:46:49 -05:00 |
|
test_datasets_voc.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_decode.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_deviceop_cpu.py
|
change map calls
|
2020-09-10 10:25:05 -04:00 |
|
test_duplicate_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_eager_vision.py
|
[MD] Fix Decode doc & RandomNode log
|
2020-12-17 17:04:31 +08:00 |
|
test_epoch_ctrl.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_equalize.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_exceptions.py
|
change map calls
|
2020-09-10 10:25:05 -04:00 |
|
test_fill_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_filterop.py
|
add filter c api and ut
|
2020-11-06 15:49:23 +08:00 |
|
test_five_crop.py
|
embed python compose op
|
2020-09-21 11:24:55 -04:00 |
|
test_flat_map.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_from_dataset.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_generator_reset_pass.py
|
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
|
2021-01-11 12:20:40 -05:00 |
|
test_get_col_names.py
|
change map calls
|
2020-09-10 10:25:05 -04:00 |
|
test_get_size.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_graphdata.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_graphdata_distributed.py
|
skip graphdata distributed test case when asan mode
|
2020-09-27 16:24:20 +08:00 |
|
test_input_indexes.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_invert.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_iterator.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_linear_transformation.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_mask_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_minddataset.py
|
fix get_dataset_size in distributedSampler & num_samples
|
2020-09-15 22:53:57 +08:00 |
|
test_minddataset_exception.py
|
add err modify
|
2020-11-18 16:30:24 +08:00 |
|
test_minddataset_multi_images.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_minddataset_multi_images_and_ndarray.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_minddataset_padded.py
|
fix md padding bug
|
2020-10-30 12:00:44 +08:00 |
|
test_minddataset_sampler.py
|
fix num_sample in sequentialSampler and randomSampler
|
2020-10-23 19:26:10 +08:00 |
|
test_mixup_label_smoothing.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_mixup_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_ngram_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_nlp.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_noop_mode.py
|
minddata use new ps api
|
2020-09-27 17:38:22 +08:00 |
|
test_normalizeOp.py
|
fix pad, normalize in c_trasnform
|
2020-12-11 17:46:29 +08:00 |
|
test_normalizepad_op.py
|
Add NormalizePadOp
|
2020-12-15 11:45:41 +08:00 |
|
test_onehot_op.py
|
change map calls
|
2020-09-10 10:25:05 -04:00 |
|
test_opt.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_opt_pass.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_pad.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_pad_batch.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_pad_end_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_paddeddataset.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_pair_truncate.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_profiling.py
|
introduce a master switch to turn on and off profiler
|
2020-12-22 16:48:01 -05:00 |
|
test_project.py
|
order dict by column_id in create_dict_iterator()
|
2020-09-11 15:33:47 -04:00 |
|
test_pyfunc.py
|
embed python compose op
|
2020-09-21 11:24:55 -04:00 |
|
test_python_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_affine.py
|
1.correct param check for vision op 2.fix config review 3.fix api doc
|
2020-11-30 16:12:31 +08:00 |
|
test_random_apply.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_random_choice.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_random_color.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_random_color_adjust.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_crop.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_random_crop_and_resize.py
|
1.correct param check for vision op 2.fix config review 3.fix api doc
|
2020-11-30 16:12:31 +08:00 |
|
test_random_crop_and_resize_with_bbox.py
|
1.correct param check for vision op 2.fix config review 3.fix api doc
|
2020-11-30 16:12:31 +08:00 |
|
test_random_crop_decode_resize.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_crop_with_bbox.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_dataset.py
|
Change epoch count to 1 for python testcases
|
2020-09-01 11:24:26 -04:00 |
|
test_random_erasing.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_grayscale.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_horizontal_flip.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_horizontal_flip_with_bbox.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_order.py
|
!5801 [MD][Feature] minddata iterator output ms_tensor
|
2020-09-11 20:19:06 +08:00 |
|
test_random_perspective.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_posterize.py
|
Add num_epochs to non-sink training
|
2020-09-24 23:24:43 -04:00 |
|
test_random_resize.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_resize_with_bbox.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_rotation.py
|
add ANTIALIAS support for python progress
|
2020-11-03 11:03:46 +08:00 |
|
test_random_select_subpolicy.py
|
Started vision decoupling
|
2021-01-08 09:42:20 -05:00 |
|
test_random_sharpness.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_random_solarize_op.py
|
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
|
2020-12-24 17:30:02 +08:00 |
|
test_random_vertical_flip.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_random_vertical_flip_with_bbox.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_rename.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_repeat.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_rescale_op.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_resize.py
|
Tensor op decoupling stage 2
|
2021-01-14 11:51:16 -05:00 |
|
test_resize_with_bbox.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_rgb_hsv.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_sampler.py
|
Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
|
2020-12-17 13:26:42 -05:00 |
|
test_sampler_chain.py
|
Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
|
2020-12-17 13:26:42 -05:00 |
|
test_save_op.py
|
Clean up the view code
|
2020-09-19 19:02:04 +08:00 |
|
test_schema.py
|
fix schema & zip validation
|
2020-12-01 14:23:56 +08:00 |
|
test_sentencepiece_tokenizer.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_serdes_dataset.py
|
[Part II] Push down json save logic to IR and add getter to each IR node
|
2021-01-15 18:03:37 -05:00 |
|
test_shuffle.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_skip.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_slice_op.py
|
first working implementation
|
2020-09-24 15:39:28 -04:00 |
|
test_sliding_window.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_soft_dvpp.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_split.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_sync_wait.py
|
Added missing input check for nlp operator
|
2020-11-30 16:23:40 -05:00 |
|
test_take.py
|
Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
|
2020-12-04 17:37:07 -05:00 |
|
test_ten_crop.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
|
test_tensor_empty.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_tensor_string.py
|
Clean up the view code
|
2020-09-19 19:02:04 +08:00 |
|
test_text_basic_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_text_bert_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_text_jieba_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_text_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_text_wordpiece_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_to_number_op.py
|
Add ut for dataset to_number
|
2020-12-21 20:09:03 +08:00 |
|
test_to_pil.py
|
change map calls
|
2020-09-10 10:25:05 -04:00 |
|
test_to_type.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_type_cast.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
|
test_uniform_augment.py
|
Tensor op decoupling stage 2
|
2021-01-14 11:51:16 -05:00 |
|
test_unique_op.py
|
fix unorder_map hash
|
2020-10-24 11:03:06 +08:00 |
|
test_var_batch_map.py
|
staging
|
2020-12-10 14:45:04 -05:00 |
|
test_vocab.py
|
Add checks to RandomData and LookUp
|
2020-12-09 17:09:34 -05:00 |
|
test_zip.py
|
fix schema & zip validation
|
2020-12-01 14:23:56 +08:00 |
|
util.py
|
dataset UT: check PIL version, delete test_callback_2maps
|
2020-09-24 17:01:06 -04:00 |