.. |
README.md
|
fix code format bug
|
2021-03-25 09:18:36 +08:00 |
test_2ops.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_HWC2CHW.py
|
Add more callable test and clean the input check
|
2021-03-03 17:30:36 -05:00 |
test_Tensor.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_apply.py
|
MD Profiling UT: Check CPU util file. Add sequential pipeline UTs
|
2021-06-16 15:30:59 -04:00 |
test_autocontrast.py
|
Fix unused return value in main code
|
2021-04-16 11:33:35 -04:00 |
test_batch.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_bounding_box_augment.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_bucket_batch_by_length.py
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_c_compose.py
|
add err modify
|
2020-11-18 16:30:24 +08:00 |
test_c_random_apply.py
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_c_random_choice.py
|
first working implementation
|
2020-09-24 15:39:28 -04:00 |
test_cache_map.py
|
Fix cache code check warnings
|
2021-06-01 10:02:38 -04:00 |
test_cache_nomap.py
|
Fix cache code check warnings
|
2021-06-01 10:02:38 -04:00 |
test_callbacks.py
|
port over getter pass
|
2021-01-07 10:52:49 -05:00 |
test_center_crop.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_compose.py
|
Add call for decoupled image and text ops
|
2021-01-29 21:36:31 -05:00 |
test_concat.py
|
add GetDatasetSize to concat node
|
2021-01-21 16:25:48 -05:00 |
test_concatenate_op.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_config.py
|
Remove rows_per_buffer
|
2021-04-04 00:22:16 -04:00 |
test_crop.py
|
add Crop Python API
|
2021-06-10 09:46:57 +08:00 |
test_cut_out.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_cutmix_batch_op.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_dataset_numpy_slices.py
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_datasets_celeba.py
|
Fix sampler error messages
|
2021-02-23 23:58:19 -05:00 |
test_datasets_cifarop.py
|
complete dataset log
|
2021-06-08 16:45:47 +08:00 |
test_datasets_clue.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_datasets_coco.py
|
complete dataset log
|
2021-06-08 16:45:47 +08:00 |
test_datasets_csv.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_datasets_generator.py
|
complete dataset log
|
2021-06-08 16:45:47 +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_get_dynamic_shape.py
|
dynamic min max shape phase 2
|
2021-06-07 20:06:26 +08:00 |
test_datasets_imagefolder.py
|
fix minddata directory path problem
|
2021-05-10 22:16:37 +08:00 |
test_datasets_manifestop.py
|
complete dataset log
|
2021-06-08 16:45:47 +08:00 |
test_datasets_mnist.py
|
complete dataset log
|
2021-06-08 16:45:47 +08:00 |
test_datasets_sharding.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_datasets_textfileop.py
|
fix minddata issues
|
2021-02-19 10:53:49 +08:00 |
test_datasets_tfrecord.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_datasets_voc.py
|
voc add image_id column
|
2021-05-17 16:09:04 +08: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_text.py
|
fix python tokenizer
|
2021-03-18 15:47:09 +08:00 |
test_eager_transforms.py
|
Add eager tests for transform ops
|
2021-04-29 13:19:24 -04:00 |
test_eager_vision.py
|
Fix bugs of minddata transforms
|
2021-03-06 16:41:51 +08:00 |
test_epoch_ctrl.py
|
Replace Databuffers with TensorRows
|
2021-03-31 17:00:36 -04: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
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_fill_op.py
|
dataset: Fill op: C++ API support, UTs and Pybind decoupling
|
2021-04-13 10:02:39 -04: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
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_gaussian_blur.py
|
add Rotate Python API
|
2021-06-08 22:19:15 +08:00 |
test_generator_reset_pass.py
|
MindData Codespell correction
|
2021-04-07 10:20:29 +08:00 |
test_get_col_names.py
|
voc add image_id column
|
2021-05-17 16:09:04 +08:00 |
test_get_size.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
test_graphdata.py
|
Implement new gnn feature
|
2021-06-07 10:20:06 +08:00 |
test_graphdata_distributed.py
|
Implement new gnn feature
|
2021-06-07 10:20:06 +08:00 |
test_horizontal_flip.py
|
add Rotate Python API
|
2021-06-08 22:19:15 +08:00 |
test_input_indexes.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
test_invert.py
|
Add call for decoupled image and text ops
|
2021-01-29 21:36:31 -05:00 |
test_iterator.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
test_linear_transformation.py
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_mask_op.py
|
Add more ut for transform ops and subset sampler
|
2021-04-15 16:51:41 -04:00 |
test_minddataset.py
|
enhance: enable shuffle infile / files when mindrecord
|
2021-05-14 17:41:18 +08:00 |
test_minddataset_exception.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +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
|
Add SubsetSampler
|
2021-01-27 15:00:18 -05:00 |
test_mixup_label_smoothing.py
|
MD Profiling UT: Check CPU util file. Add sequential pipeline UTs
|
2021-06-16 15:30:59 -04:00 |
test_mixup_op.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_ngram_op.py
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +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
|
Bug in Normalize when num_channels > 128
|
2021-05-18 12:23:11 -04:00 |
test_normalizepad_op.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_num_samples.py
|
Fixing api leftover
|
2021-03-03 09:37:06 -05: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
|
fix bugs of execute & update doc description in minddata
|
2021-02-07 22:52:52 +08:00 |
test_pad_batch.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_pad_end_op.py
|
modify log of dataset part
|
2021-05-06 23:33:17 +08:00 |
test_paddeddataset.py
|
fix: wrong input order in test_paddeddataset.py
|
2021-04-09 17:22:31 +08:00 |
test_pair_truncate.py
|
Add more callable test and clean the input check
|
2021-03-03 17:30:36 -05:00 |
test_profiling.py
|
MD Profiling UT: Check CPU util file. Add sequential pipeline UTs
|
2021-06-16 15:30:59 -04:00 |
test_project.py
|
order dict by column_id in create_dict_iterator()
|
2020-09-11 15:33:47 -04:00 |
test_pyfunc.py
|
fix edge case and docstring in minddata multiprocessing shared memory code
|
2021-05-16 06:46:44 -07:00 |
test_python_tokenizer.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_random_affine.py
|
minddata modify dir validation
|
2021-05-06 21:35: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
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_random_color_adjust.py
|
fix error msg issue
|
2021-01-30 11:03:53 +08:00 |
test_random_crop.py
|
fix error msg issue
|
2021-01-30 11:03:53 +08:00 |
test_random_crop_and_resize.py
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_random_crop_and_resize_with_bbox.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +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
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +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
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_random_horizontal_flip.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_random_horizontal_flip_with_bbox.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +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
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_random_posterize.py
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_random_resize.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_random_resize_with_bbox.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_random_rotation.py
|
MindData Codespell correction
|
2021-04-07 10:20:29 +08:00 |
test_random_select_subpolicy.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08: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
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_random_vertical_flip.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_random_vertical_flip_with_bbox.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +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
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_resize_with_bbox.py
|
minddata err msg add file path
|
2021-01-22 16:38:46 +08:00 |
test_rgb_hsv.py
|
minddata iterator output ms_tensor
|
2020-09-11 11:35:50 +08:00 |
test_rotate.py
|
add Rotate Python API
|
2021-06-08 22:19:15 +08:00 |
test_sampler.py
|
Adding inheritance to user defined sampler
|
2021-03-09 18:14:49 -05:00 |
test_sampler_chain.py
|
voc add image_id column
|
2021-05-17 16:09:04 +08:00 |
test_save_op.py
|
fix some bugs
|
2021-06-17 11:56:10 +08:00 |
test_schema.py
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_sentencepiece_tokenizer.py
|
Fix CI warning and test team issues
|
2021-03-11 13:34:51 -05:00 |
test_serdes_dataset.py
|
dataset: Fill op: C++ API support, UTs and Pybind decoupling
|
2021-04-13 10:02:39 -04:00 |
test_shuffle.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08:00 |
test_skip.py
|
added python api based on cpp api
|
2020-11-25 15:46:59 -05:00 |
test_slice_op.py
|
minddata modify dir validation
|
2021-05-06 21:35:31 +08:00 |
test_sliding_window.py
|
Add more callable test and clean the input check
|
2021-03-03 17:30:36 -05: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
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_take.py
|
MindData Codespell correction
|
2021-04-07 10:20:29 +08:00 |
test_ten_crop.py
|
fix RandomAffine degree error and some examples in docs
|
2021-03-12 17:39:38 +08: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
|
Fix CI warning and test team issues
|
2021-03-11 13:34:51 -05:00 |
test_text_jieba_tokenizer.py
|
files_need_cleanup fixes
|
2021-05-30 15:44:08 -04: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
|
Fix CI warning and test team issues
|
2021-03-11 13:34:51 -05: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
|
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
|
2021-04-01 19:09:07 +08:00 |
test_unique_op.py
|
fix unorder_map hash
|
2020-10-24 11:03:06 +08:00 |
test_var_batch_map.py
|
complete dataset log
|
2021-06-08 16:45:47 +08:00 |
test_vertical_flip.py
|
add Rotate Python API
|
2021-06-08 22:19:15 +08:00 |
test_vocab.py
|
dataset: C++ API ToNumber & Lookup: change data_type parm from string to DataType
|
2021-04-19 12:35:37 -04: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 |