.. |
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
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_Tensor.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_apply.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_autocontrast.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |
test_batch.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_bounding_box_augment.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_bucket_batch_by_length.py
|
all Dataset support get_dataset_size
|
2020-08-12 15:35:47 +08:00 |
test_c_compose.py
|
implemented cpp random choice, apply and compos
|
2020-07-15 13:39:10 -04:00 |
test_c_random_apply.py
|
implemented cpp random choice, apply and compos
|
2020-07-15 13:39:10 -04:00 |
test_c_random_choice.py
|
implemented cpp random choice, apply and compos
|
2020-07-15 13:39:10 -04:00 |
test_cache_map.py
|
fix cache description again
|
2020-07-28 13:26:29 +08:00 |
test_cache_nomap.py
|
fix diff workers disallow cache
|
2020-07-24 15:30:00 +08:00 |
test_center_crop.py
|
change size
|
2020-07-21 14:56:55 +08:00 |
test_concat.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_concatenate_op.py
|
fix concat
|
2020-08-05 11:28:56 -04:00 |
test_config.py
|
added test case to cifar_op
|
2020-07-14 11:22:38 -04:00 |
test_cut_out.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_dataset_numpy_slices.py
|
fix validation errors, and fix try catch error tests
|
2020-07-14 11:50:00 -04:00 |
test_datasets_celeba.py
|
add get_dataset_size to celebadataset
|
2020-05-28 17:00:14 +08:00 |
test_datasets_cifarop.py
|
adding Mnist python ut coverage
|
2020-07-16 14:14:20 -04:00 |
test_datasets_clue.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_datasets_coco.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_datasets_csv.py
|
fix number of columns not match
|
2020-07-29 09:19:33 +08:00 |
test_datasets_generator.py
|
all Dataset support get_dataset_size
|
2020-08-12 15:35:47 +08:00 |
test_datasets_get_dataset_size.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
test_datasets_imagefolder.py
|
consistent design for num_samples
|
2020-06-03 15:01:18 -04:00 |
test_datasets_manifestop.py
|
10:00 26/5 clean pylint
|
2020-05-26 10:05:12 +08:00 |
test_datasets_mnist.py
|
adding Mnist python ut coverage
|
2020-07-16 14:14:20 -04:00 |
test_datasets_sharding.py
|
adding Mnist python ut coverage
|
2020-07-16 14:14:20 -04:00 |
test_datasets_textfileop.py
|
C++ API Support for TextFile Dataset and Unit Tests
|
2020-08-11 11:53:53 -04:00 |
test_datasets_tfrecord.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_datasets_voc.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_decode.py
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_deviceop_cpu.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_duplicate_op.py
|
DuplicateOp
|
2020-06-18 19:47:27 -04:00 |
test_epoch_ctrl.py
|
Maintain epoch/repeat count for ops
|
2020-08-06 09:47:31 -04:00 |
test_equalize.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |
test_exceptions.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_fill_op.py
|
fix validation errors, and fix try catch error tests
|
2020-07-14 11:50:00 -04:00 |
test_filterop.py
|
all Dataset support get_dataset_size
|
2020-08-12 15:35:47 +08:00 |
test_five_crop.py
|
test five crop problem
|
2020-08-10 16:59:24 +08:00 |
test_flat_map.py
|
Clean up work for text python package
|
2020-05-22 04:35:58 -04:00 |
test_from_dataset.py
|
more validator fixes
|
2020-07-16 10:10:36 -04:00 |
test_get_size.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_graphdata.py
|
support get_edge_feature
|
2020-07-10 17:05:23 +08:00 |
test_invert.py
|
support cpp invert operation
|
2020-07-15 23:45:45 -04:00 |
test_iterator.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
test_linear_transformation.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_mask_op.py
|
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
|
2020-06-19 19:11:50 -04:00 |
test_minddataset.py
|
delete parameter block_reader for MindDataset
|
2020-07-31 11:30:05 +08:00 |
test_minddataset_exception.py
|
add try to minddataset python tests to remove files on fail
|
2020-07-22 16:34:10 -04:00 |
test_minddataset_multi_images.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
test_minddataset_multi_images_and_ndarray.py
|
add try to minddataset python tests to remove files on fail
|
2020-07-22 16:34:10 -04:00 |
test_minddataset_padded.py
|
add try to minddataset python tests to remove files on fail
|
2020-07-22 16:34:10 -04:00 |
test_minddataset_sampler.py
|
fix num samples in pk sampler
|
2020-08-10 19:05:47 +08:00 |
test_mixup_label_smoothing.py
|
10:00 26/5 clean pylint
|
2020-05-26 10:05:12 +08:00 |
test_mixup_op.py
|
Added Mixup
|
2020-08-07 17:47:16 -04:00 |
test_ngram_op.py
|
fix some validators errors
|
2020-07-14 14:04:40 -04:00 |
test_nlp.py
|
fix validation errors, and fix try catch error tests
|
2020-07-14 11:50:00 -04:00 |
test_noop_mode.py
|
md support ps-lite
|
2020-07-14 21:46:11 +08:00 |
test_normalizeOp.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_onehot_op.py
|
Cleanup dataset UT: Remove unneeded data files and tests
|
2020-07-14 12:24:54 -04:00 |
test_opt.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_opt_pass.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_pad.py
|
fix pad op validate issue
|
2020-08-11 17:28:08 +08:00 |
test_pad_batch.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_pad_end_op.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_paddeddataset.py
|
add DistributedSampler for Concat op
|
2020-08-13 22:52:02 +08:00 |
test_pair_truncate.py
|
- Add checks and testing for empty tensors
|
2020-07-24 17:23:18 -04:00 |
test_profiling.py
|
Connector throughput + PerfData + CyclicArray
|
2020-06-26 14:45:01 -04:00 |
test_project.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_pyfunc.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_python_tokenizer.py
|
Python Tokenizer
|
2020-06-19 19:57:11 -04:00 |
test_random_affine.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |
test_random_apply.py
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_random_choice.py
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_random_color.py
|
RandomColor
|
2020-08-13 16:10:21 -04:00 |
test_random_color_adjust.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_random_crop.py
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_random_crop_and_resize.py
|
more validator fixes
|
2020-07-16 10:10:36 -04:00 |
test_random_crop_and_resize_with_bbox.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_random_crop_decode_resize.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_random_crop_with_bbox.py
|
fix annotation
|
2020-07-21 12:04:56 +08:00 |
test_random_dataset.py
|
Initial Drop of CacheOp Phase I
|
2020-07-13 10:18:53 -04:00 |
test_random_erasing.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_random_grayscale.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_random_horizontal_flip.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_random_horizontal_flip_with_bbox.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_random_order.py
|
reorganize util function visualize()
|
2020-06-17 09:30:05 -04:00 |
test_random_perspective.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_random_resize.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_random_resize_with_bbox.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_random_rotation.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_random_select_subpolicy.py
|
implemented cpp random choice, apply and compos
|
2020-07-15 13:39:10 -04:00 |
test_random_sharpness.py
|
random sharpness cpp op support
|
2020-08-11 15:30:40 -04:00 |
test_random_solarize_op.py
|
add files
|
2020-08-11 11:54:14 -04:00 |
test_random_vertical_flip.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_random_vertical_flip_with_bbox.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_rename.py
|
10:00 26/5 clean pylint
|
2020-05-26 10:05:12 +08:00 |
test_repeat.py
|
fix parameter type for repeat op in c++ api and added c++/python ut.
|
2020-08-12 17:23:42 -04:00 |
test_rescale_op.py
|
remove local defined mse and add missing mse/md5 validation
|
2020-06-29 11:51:07 -04:00 |
test_resize.py
|
fix size tuple
|
2020-07-16 17:02:34 -04:00 |
test_resize_with_bbox.py
|
vocdataset output multi-columns
|
2020-07-20 14:40:30 +08:00 |
test_rgb_hsv.py
|
10:00 26/5 clean pylint
|
2020-05-26 10:05:12 +08:00 |
test_sampler.py
|
add para check for sampler
|
2020-06-11 22:26:06 +08:00 |
test_save_op.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_schema.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
test_sentencepiece_tokenizer.py
|
add code
|
2020-07-24 19:51:27 +08:00 |
test_serdes_dataset.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_shuffle.py
|
Cleanup dataset UT: Replace save_and_check
|
2020-07-15 20:47:31 -04:00 |
test_skip.py
|
C++ API Support for Skip Dataset Op and UTs
|
2020-07-22 13:21:35 -04:00 |
test_slice_op.py
|
- Add checks and testing for empty tensors
|
2020-07-24 17:23:18 -04:00 |
test_sliding_window.py
|
add SlidingWindow Op
|
2020-07-15 19:55:33 +08:00 |
test_soft_dvpp.py
|
add support of soft dvpp op
|
2020-08-11 15:46:07 +08:00 |
test_split.py
|
fix split erroer message
|
2020-06-28 15:47:10 +08:00 |
test_sync_wait.py
|
fix validation errors, and fix try catch error tests
|
2020-07-14 11:50:00 -04:00 |
test_take.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_ten_crop.py
|
fix validators
|
2020-07-08 16:40:33 -04:00 |
test_tensor_empty.py
|
- Add checks and testing for empty tensors
|
2020-07-24 17:23:18 -04:00 |
test_tensor_string.py
|
- Bug when empty strings sent to Python
|
2020-06-09 10:34:38 -04:00 |
test_text_basic_tokenizer.py
|
add offsets feature to tokenizer
|
2020-07-11 11:20:02 +08:00 |
test_text_bert_tokenizer.py
|
add offsets feature to tokenizer
|
2020-07-11 11:20:02 +08:00 |
test_text_jieba_tokenizer.py
|
add offsets feature to tokenizer
|
2020-07-11 11:20:02 +08:00 |
test_text_tokenizer.py
|
add offsets feature to tokenizer
|
2020-07-11 11:20:02 +08:00 |
test_text_wordpiece_tokenizer.py
|
add offsets feature to tokenizer
|
2020-07-11 11:20:02 +08:00 |
test_to_number_op.py
|
remove graphengine changes
|
2020-06-18 20:07:35 -04:00 |
test_to_pil.py
|
add UTs for LinearTransformation, ToPIL, ToType
|
2020-05-22 18:04:09 -04:00 |
test_to_type.py
|
!1478 [Dataset] clean pylint.
|
2020-05-28 14:06:36 +08:00 |
test_type_cast.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
test_uniform_augment.py
|
Update Python UA op, AutoContrast Op and UT
|
2020-07-22 14:16:16 +08:00 |
test_var_batch_map.py
|
use np.testing.assert instead of asserting
|
2020-07-29 14:53:01 -04:00 |
test_vocab.py
|
fix from_file validator minor error, 1 line change
|
2020-07-21 23:17:26 -04:00 |
test_zip.py
|
inject epoch ctrl op in the execution tree and send eos at the end of epoch
|
2020-07-20 13:02:47 +08:00 |
util.py
|
Added RandomAffine Op
|
2020-08-10 17:52:50 -04:00 |