| .. |
|
README.md
|
initial version
|
6 years ago |
|
test_2ops.py
|
made shuffle determinisitc for subsequent epochs
|
6 years ago |
|
test_HWC2CHW.py
|
reorganize util function visualize()
|
6 years ago |
|
test_Tensor.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_apply.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_autocontrast.py
|
reorganize util function visualize()
|
6 years ago |
|
test_basic_tokenizer.py
|
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
|
6 years ago |
|
test_batch.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_bert_tokenizer.py
|
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
|
6 years ago |
|
test_bounding_box_augment.py
|
addressed comments from reviews
|
6 years ago |
|
test_bucket_batch_by_length.py
|
initial commit, start of BucketBatchByLengthOp
|
6 years ago |
|
test_center_crop.py
|
reorganize util function visualize()
|
6 years ago |
|
test_cifarop.py
|
Bug in CIFAR after removing GetMutabble buffer
|
6 years ago |
|
test_concat.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_concatenate_op.py
|
add missing test
|
6 years ago |
|
test_config.py
|
set monitor sampling interval through json file
|
6 years ago |
|
test_cut_out.py
|
reorganize util function visualize()
|
6 years ago |
|
test_dataset_numpy_slices.py
|
repair problem in NumpySlicesDataset
|
6 years ago |
|
test_datasets_celeba.py
|
add get_dataset_size to celebadataset
|
6 years ago |
|
test_datasets_clue.py
|
fix TextFileDataset and CLUEDataset failed with to_device
|
6 years ago |
|
test_datasets_coco.py
|
fix CocoDataset issue
|
6 years ago |
|
test_datasets_get_dataset_size.py
|
initial version
|
6 years ago |
|
test_datasets_imagefolder.py
|
consistent design for num_samples
|
6 years ago |
|
test_datasets_imagenet.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_datasets_imagenet_distribution.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_datasets_manifestop.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_datasets_sharding.py
|
consistent design for num_samples
|
6 years ago |
|
test_datasets_textfileop.py
|
fix TextFileDataset and CLUEDataset failed with to_device
|
6 years ago |
|
test_datasets_voc.py
|
!1713 [Dataset] Clean pylint.
|
6 years ago |
|
test_decode.py
|
reorganize util function visualize()
|
6 years ago |
|
test_deviceop_cpu.py
|
clean pylint
|
6 years ago |
|
test_duplicate_op.py
|
DuplicateOp
|
6 years ago |
|
test_equalize.py
|
reorganize util function visualize()
|
6 years ago |
|
test_exceptions.py
|
consistent design for num_samples
|
6 years ago |
|
test_fill_op.py
|
added FillOp for #119 - special Ops
|
6 years ago |
|
test_filterop.py
|
Throw error when load config failed
|
6 years ago |
|
test_five_crop.py
|
reorganize util function visualize()
|
6 years ago |
|
test_flat_map.py
|
Clean up work for text python package
|
6 years ago |
|
test_from_dataset.py
|
phase I of Vocab rework
|
6 years ago |
|
test_generator.py
|
consistent design for num_samples
|
6 years ago |
|
test_get_size.py
|
initial version
|
6 years ago |
|
test_graphdata.py
|
random walk v1
|
6 years ago |
|
test_invert.py
|
reorganize util function visualize()
|
6 years ago |
|
test_iterator.py
|
rename input to children, output to parent
|
6 years ago |
|
test_linear_transformation.py
|
reorganize util function visualize()
|
6 years ago |
|
test_mask_op.py
|
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
|
6 years ago |
|
test_minddataset.py
|
fix distributedSampler reshuffle and fix random_device failed
|
6 years ago |
|
test_minddataset_exception.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_minddataset_multi_images.py
|
clean pylint
|
6 years ago |
|
test_minddataset_multi_images_and_ndarray.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_minddataset_padded.py
|
fix distributedSampler reshuffle and fix random_device failed
|
6 years ago |
|
test_minddataset_sampler.py
|
fix distributedSampler reshuffle and fix random_device failed
|
6 years ago |
|
test_mixup_label_smoothing.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_ngram_op.py
|
address API doc style and content
|
6 years ago |
|
test_nlp.py
|
phase I of Vocab rework
|
6 years ago |
|
test_nlp_jieop.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_normalizeOp.py
|
reorganize util function visualize()
|
6 years ago |
|
test_onehot_op.py
|
reorganize util function visualize()
|
6 years ago |
|
test_opt.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_opt_pass.py
|
Move python tree transformation into cpp pass.
|
6 years ago |
|
test_pad.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_pad_batch.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_pad_end_op.py
|
add missing test
|
6 years ago |
|
test_pair_truncate.py
|
Truncate Pair
|
6 years ago |
|
test_profiling.py
|
MindData profiler infrastructure
|
6 years ago |
|
test_project.py
|
clean pylint
|
6 years ago |
|
test_pyfunc.py
|
clean pylint
|
6 years ago |
|
test_python_tokenizer.py
|
Python Tokenizer
|
6 years ago |
|
test_random_affine.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_apply.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_choice.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_color.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_color_adjust.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_crop.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_crop_and_resize.py
|
!2142 Cleanup dataset UT: refactor visualize()
|
6 years ago |
|
test_random_crop_and_resize_with_bbox.py
|
comments added, ptrs to consts, UT tests for BBOps
|
6 years ago |
|
test_random_crop_decode_resize.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_crop_with_bbox.py
|
comments added, ptrs to consts, UT tests for BBOps
|
6 years ago |
|
test_random_dataset.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_random_erasing.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_grayscale.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_horizontal_flip.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_horizontal_flip_bbox.py
|
addressed comments from reviews
|
6 years ago |
|
test_random_order.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_perspective.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_resize.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_rotation.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_sharpness.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_vertical_flip.py
|
reorganize util function visualize()
|
6 years ago |
|
test_random_vertical_flip_with_bbox.py
|
comments added, ptrs to consts, UT tests for BBOps
|
6 years ago |
|
test_rename.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_repeat.py
|
clean pylint
|
6 years ago |
|
test_rescale_op.py
|
reorganize util function visualize()
|
6 years ago |
|
test_rgb_hsv.py
|
10:00 26/5 clean pylint
|
6 years ago |
|
test_sampler.py
|
add para check for sampler
|
6 years ago |
|
test_schema.py
|
initial version
|
6 years ago |
|
test_serdes_dataset.py
|
Adding new UT cases and missing TCs in PY Ops.
|
6 years ago |
|
test_shuffle.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_skip.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_slice_op.py
|
Slice Bug
|
6 years ago |
|
test_split.py
|
fixed bug for split, RandomSampler and some other cleanup
|
6 years ago |
|
test_sync_wait.py
|
!1713 [Dataset] Clean pylint.
|
6 years ago |
|
test_take.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_ten_crop.py
|
reorganize util function visualize()
|
6 years ago |
|
test_tensor_string.py
|
- Bug when empty strings sent to Python
|
6 years ago |
|
test_tfreader_op.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_to_number_op.py
|
remove graphengine changes
|
6 years ago |
|
test_to_pil.py
|
add UTs for LinearTransformation, ToPIL, ToType
|
6 years ago |
|
test_to_type.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_tokenizer.py
|
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
|
6 years ago |
|
test_type_cast.py
|
clean pylint
|
6 years ago |
|
test_uniform_augment.py
|
reorganize util function visualize()
|
6 years ago |
|
test_var_batch_map.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
test_vocab.py
|
DuplicateOp
|
6 years ago |
|
test_wordpiece_tokenizer.py
|
Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
|
6 years ago |
|
test_zip.py
|
!1478 [Dataset] clean pylint.
|
6 years ago |
|
util.py
|
reorganize util function visualize()
|
6 years ago |