..
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_adjustgamma.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +08:00
test_allpass_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_amplitude_to_db.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +08:00
test_angle.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_apply.py
MD Profiling UT: Check CPU util file. Add sequential pipeline UTs
2021-06-16 15:30:59 -04:00
test_auto_augment.py
[feat] [assistant] [I40GZP] add new data op AutoAugment
2021-11-18 11:38:18 +08:00
test_autocontrast.py
Fix unused return value in main code
2021-04-16 11:33:35 -04:00
test_autotune.py
update log
2021-12-03 15:09:36 +08:00
test_band_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_bandpass_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_bandreject_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_bass_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_batch.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +08:00
test_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_bounding_box_augment.py
fix RandomAffine degree error and some examples in docs
2021-03-12 17:39:38 +08:00
test_browse_dataset.py
add util: browse dataset
2021-09-01 16:13:32 +08:00
test_bucket_batch_by_length.py
minddata modify dir validation
2021-05-06 21:35:31 +08:00
test_c_compose.py
fix: may max openfiles in mindrecord and onehot error in py_transform
2021-09-12 00:25:07 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_cache_nomap.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_callbacks.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_center_crop.py
modify log in kernel part
2021-09-16 22:09:21 +08:00
test_complex_norm.py
[fix][assistant][I47V0O] fix bug about the wrong output in the operator ComplexNorm
2021-09-01 17:55:38 +08:00
test_compose.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_compute_deltas.py
[feat] [assistant] [I3CKEE] add new audio operator ComputeDeltas
2021-11-18 17:18:43 +08:00
test_concat.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_concatenate_op.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_config.py
add check for shm available when num_devices=1 to avoid bus errors
2021-09-24 10:24:31 -07:00
test_contrast.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_convertcolor.py
Add ConvertColor Operation
2021-08-26 21:14:28 +08:00
test_create_dct.py
[feat][assistant][I3J6U2] Add new audio operator CreateDct
2021-10-18 03:23:18 -07: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
modify log in kernel part
2021-09-16 22:09:21 +08:00
test_dataset_numpy_slices.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_ag_news.py
[feat] [assistant] [I3T96M] add new loader AGNEWS
2021-11-09 23:51:19 -08:00
test_datasets_celeba.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_cifarop.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_cityscapes.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_clue.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_coco.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_csv.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_dbpedia.py
[feat][assistant][I40GXT] add new loader DBpedia
2021-11-11 19:02:22 -08:00
test_datasets_div2k.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_emnist.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_fake_image.py
[feat][assistant][I3J6V3] add new data operator FakeImage
2021-10-12 14:00:43 +00:00
test_datasets_fashion_mnist.py
[feat][assistant][I3J6V4] add new data operator FashionMnist
2021-10-20 02:37:56 +00:00
test_datasets_flickr.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_flowers102.py
[feat][assistant][I3J6VN] add new data operator flowers102
2021-08-06 10:55:12 +08:00
test_datasets_generator.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_get_dataset_size.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_datasets_get_dynamic_shape.py
update cpp api & doc
2021-06-23 11:14:52 +08:00
test_datasets_imagefolder.py
Update minddata log message
2021-11-30 15:22:40 +08:00
test_datasets_kmnist.py
[feat][assistant][I3J6V7] add new data operator KMnist
2021-12-01 03:05:05 +00:00
test_datasets_lj_speech.py
[feat][assistant][I3T96D] add new dataset loading operator LJSpeechDataset
2021-11-14 14:52:15 +08:00
test_datasets_manifestop.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_mnist.py
fix md ut part06
2021-10-29 10:26:34 +08:00
test_datasets_photo_tour.py
[feat][assistant][I3J6VE] add new data operator PhotoTour
2021-10-19 15:31:32 +00:00
test_datasets_places365.py
MD UT - Add missing set and restore seed.
2021-10-26 13:19:47 -04:00
test_datasets_qmnist.py
[feat][assistant][I3J6VG] add new data operator QMnist
2021-09-22 12:13:27 +08:00
test_datasets_sbd.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +08:00
test_datasets_sbu.py
[feat][assistant][I3J6VH] add new data operator SBU
2021-09-11 09:58:17 +08:00
test_datasets_sharding.py
minddata iterator output ms_tensor
2020-09-11 11:35:50 +08:00
test_datasets_speech_commands.py
[feat][assistant][I3T96F] add new data operator SpeechCommands
2021-11-27 11:25:18 +08:00
test_datasets_tedlium.py
[feat][assistant][I3T96H] add new dataset loading operator TedliumDataset
2021-12-02 09:53:39 +08:00
test_datasets_textfileop.py
fix minddata issues
2021-02-19 10:53:49 +08:00
test_datasets_tfrecord.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_usps.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_voc.py
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_datasets_yes_no.py
[feat][assistant][I3T96L]add new dataset operator YesNo
2021-11-19 13:36:24 +08:00
test_db_to_amplitude.py
[feat][assistant][I40GXD]add new data operator DBToAmplitude
2021-11-02 23:45:27 +08:00
test_dc_shift.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_decode.py
add np.frombuffer to support return bytes
2021-08-23 17:31:38 +08:00
test_deemph_biquad.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_detect_pitch_frequency.py
[feat] [assistant] [I3J6U8] Add a new audio operator DetectPitchFrequency
2021-09-29 15:12:58 +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
Support bytes input for decode op
2021-10-28 15:22:50 +08:00
test_epoch_ctrl.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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_equalizer_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_exceptions.py
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
2021-04-01 19:09:07 +08:00
test_fade.py
[feat][assistant][I3CEGF] add op fade
2021-09-14 19:08:37 +08:00
test_fast_text.py
[fix] [assistant] [I3ZSQS] add new data operator FastText
2021-12-01 11:12:08 +08:00
test_fill_op.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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_flanger.py
fix api docs of audio
2021-10-15 17:17:18 +08:00
test_flat_map.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_frequency_masking.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_from_dataset.py
fix waring to master
2021-07-30 16:37:27 +08:00
test_gaussian_blur.py
add Rotate Python API
2021-06-08 22:19:15 +08:00
test_generator_reset_pass.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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_glove.py
[fix] [assistant] [I3ZSQR] add new data operator GloVe
2021-12-01 17:12:20 +08:00
test_graphdata.py
add check for shm available when num_devices=1 to avoid bus errors
2021-09-24 10:24:31 -07:00
test_graphdata_distributed.py
Implement new gnn feature
2021-06-07 10:20:06 +08:00
test_highpass_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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
revert 'Pull Request !21685 : add function to invert_op'
2021-08-19 22:49:51 +08:00
test_iterator.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_lfilter.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_linear_transformation.py
Fix validation of RGB2HSV/HSV2RGB/RandomResizedCrop in py_transform
2021-04-01 19:09:07 +08:00
test_lowpass_biquad.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_magphase.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_map_offload.py
Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc).
2021-12-03 14:40:01 +00:00
test_mask_op.py
modify log in kernel part
2021-09-16 22:09:21 +08:00
test_minddataset.py
fix md ut part06
2021-10-29 10:26:34 +08:00
test_minddataset_exception.py
fix mindrecord log part02
2021-12-02 11:28:58 +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
fix md ut part03
2021-10-19 16:52:57 +08:00
test_minddataset_padded.py
refactor md ut
2021-10-18 17:55:28 +08:00
test_minddataset_sampler.py
refactor md ut
2021-10-18 17:55:28 +08: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
modify log in kernel part
2021-09-16 22:09:21 +08:00
test_mu_law_decoding.py
[feat][assistant][I3CEG3] add new data OP MuLawEncoding
2021-10-14 20:24:18 +08:00
test_mu_law_encoding.py
[feat][assistant][I3CEG3] add new data OP MuLawEncoding
2021-10-14 20:24:18 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_opt.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_opt_pass.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_overdrive.py
[feat][assistant][I3J6UU] add new audio operator Overdrive
2021-10-12 18:10:31 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_paddeddataset.py
fix md ut part03
2021-10-19 16:52:57 +08:00
test_pair_truncate.py
Add more callable test and clean the input check
2021-03-03 17:30:36 -05:00
test_phaser.py
[feat][assistant][I3J6UV] add new audio operator Phaser
2021-10-16 08:45:12 +08:00
test_profiling.py
MD UT: Use pytest.mark.forked for profiling tests
2021-12-02 10:55:05 -05:00
test_profiling_startstop.py
MD UT: Use pytest.mark.forked for profiling tests
2021-12-02 10:55:05 -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
fix minddata ut core
2021-10-29 16:28:22 +08:00
test_python_tokenizer.py
minddata iterator output ms_tensor
2020-09-11 11:35:50 +08:00
test_random_adjust_sharpness.py
[feat] [assistant] [I40GZE] add new data operator RandomAdjustSharpness
2021-09-27 11:19:33 +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_auto_contrast.py
[feat] [assistant] [I40GZE] add new data operator RandomAdjustSharpness
2021-09-27 11:19:33 +08: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
Add Random operation with MultiField
2021-09-08 19:29:23 +08:00
test_random_crop_and_resize.py
Add Random operation with MultiField
2021-09-08 19:29:23 +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_equalize.py
[feat] [assidtant] [I40GZN] add new data ops RandomEqualize
2021-09-25 18:00:25 +08: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
Add Random operation with MultiField
2021-09-08 19:29:23 +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_invert.py
[feat] [assistant] [I40GZE] add new data operator RandomAdjustSharpness
2021-09-27 11:19:33 +08:00
test_random_lighting.py
[feat][assistant][I3CEGR] add op random lighting
2021-10-19 20:38:01 +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
MD UT - Add missing set and restore seed.
2021-10-26 13:19:47 -04:00
test_random_resize.py
Add Random operation with MultiField
2021-09-08 19:29:23 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_random_solarize_op.py
MD UT - Add missing set and restore seed.
2021-10-26 13:19:47 -04:00
test_random_vertical_flip.py
Add Random operation with MultiField
2021-09-08 19:29:23 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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_bgr.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +08:00
test_rgb_hsv.py
minddata iterator output ms_tensor
2020-09-11 11:35:50 +08:00
test_riaa_biquad.py
[feat][assistant][I3J6UY] add new audio operator RiaaBiquad
2021-09-23 21:36:59 +08:00
test_rotate.py
fix param check for Rotate and GaussianBlur
2021-07-01 20:31:33 +08:00
test_sampler.py
fix occasional failed in random sampler
2021-11-16 09:53:38 +08:00
test_sampler_chain.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_save_op.py
refactor md ut
2021-10-18 17:55:28 +08:00
test_schema.py
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
2021-08-22 16:26:45 +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
fix multithreading bug
2021-11-05 16:49:18 -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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_slice_op.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_slice_patches.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_sliding_window.py
change err info
2021-12-01 16:48:14 +08:00
test_sliding_window_cmn.py
[feat] [assistant] [I3CKEH] add new audio operator SlidingWindowCmn
2021-11-16 22:00:09 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_take.py
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
2021-08-22 16:26:45 +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
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00:00
test_tensor_string.py
set num epochs for iterators that use the default value
2021-09-22 17:32:50 +00: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_time_masking.py
enhance error message of audio ops
2021-12-01 09:27:04 +08:00
test_time_stretch.py
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
2021-08-23 01:46:38 +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_treble_biquad.py
[feat][assistant][I3J6V0] add new audio operator TrebleBiquad
2021-09-27 13:01:26 +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
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
test_vectors.py
[fix] [assistant] [I3ZSQM] add new data operator Vectors
2021-11-30 14:39:42 +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_vol.py
[feat][assistant][I3CEGI] add op vol
2021-09-17 09:34:20 +08: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