You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

transforms.h 8.2 kB

5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
5 years ago
5 years ago
5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. /**
  2. * Copyright 2020 Huawei Technologies Co., Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #ifndef MINDSPORE_CCSRC_MINDDATA_DATASET_INCLUDE_TRANSFORMS_H_
  17. #define MINDSPORE_CCSRC_MINDDATA_DATASET_INCLUDE_TRANSFORMS_H_
  18. #include <memory>
  19. #include <string>
  20. #include <vector>
  21. #include "minddata/dataset/core/constants.h"
  22. #include "minddata/dataset/util/status.h"
  23. namespace mindspore {
  24. namespace dataset {
  25. class TensorOp;
  26. // Abstract class to represent a dataset in the data pipeline.
  27. class TensorOperation : public std::enable_shared_from_this<TensorOperation> {
  28. public:
  29. /// \brief Constructor
  30. TensorOperation() : random_op_(false) {}
  31. /// \brief Constructor
  32. explicit TensorOperation(bool random) : random_op_(random) {}
  33. /// \brief Destructor
  34. ~TensorOperation() = default;
  35. /// \brief Pure virtual function to convert a TensorOperation class into a runtime TensorOp object.
  36. /// \return shared pointer to the newly created TensorOp.
  37. virtual std::shared_ptr<TensorOp> Build() = 0;
  38. virtual Status ValidateParams() = 0;
  39. /// \brief Check whether the operation is deterministic.
  40. /// \return true if this op is a random op (returns non-deterministic result e.g. RandomCrop)
  41. bool IsRandomOp() const { return random_op_; }
  42. protected:
  43. bool random_op_;
  44. };
  45. // Helper function to validate fill value
  46. Status ValidateVectorFillvalue(const std::string &transform_name, const std::vector<uint8_t> &fill_value);
  47. // Helper function to validate probability
  48. Status ValidateProbability(const std::string &transform_name, const float &probability);
  49. // Helper function to validate padding
  50. Status ValidateVectorPadding(const std::string &transform_name, const std::vector<int32_t> &padding);
  51. // Helper function to validate size
  52. Status ValidateVectorPositive(const std::string &transform_name, const std::vector<int32_t> &size);
  53. // Helper function to validate transforms
  54. Status ValidateVectorTransforms(const std::string &transform_name,
  55. const std::vector<std::shared_ptr<TensorOperation>> &transforms);
  56. // Helper function to compare float value
  57. bool CmpFloat(const float &a, const float &b, float epsilon = 0.0000000001f);
  58. // Transform operations for performing data transformation.
  59. namespace transforms {
  60. // Transform Op classes (in alphabetical order)
  61. class ComposeOperation;
  62. class DuplicateOperation;
  63. class OneHotOperation;
  64. class PreBuiltOperation;
  65. class RandomApplyOperation;
  66. class RandomChoiceOperation;
  67. class TypeCastOperation;
  68. #ifndef ENABLE_ANDROID
  69. class UniqueOperation;
  70. #endif
  71. /// \brief Function to create a Compose TensorOperation.
  72. /// \notes Compose a list of transforms into a single transform.
  73. /// \param[in] transforms A vector of transformations to be applied.
  74. /// \return Shared pointer to the current TensorOperation.
  75. std::shared_ptr<ComposeOperation> Compose(const std::vector<std::shared_ptr<TensorOperation>> &transforms);
  76. /// \brief Function to create a Duplicate TensorOperation.
  77. /// \notes Duplicate the input tensor to a new output tensor.
  78. /// The input tensor is carried over to the output list.
  79. /// \return Shared pointer to the current TensorOperation.
  80. std::shared_ptr<DuplicateOperation> Duplicate();
  81. /// \brief Function to create a OneHot TensorOperation.
  82. /// \notes Convert the labels into OneHot format.
  83. /// \param[in] num_classes number of classes.
  84. /// \return Shared pointer to the current TensorOperation.
  85. std::shared_ptr<OneHotOperation> OneHot(int32_t num_classes);
  86. /// \brief Function to create a RandomApply TensorOperation.
  87. /// \notes Randomly perform a series of transforms with a given probability.
  88. /// \param[in] transforms A vector of transformations to be applied.
  89. /// \param[in] prob The probability to apply the transformation list (default=0.5)
  90. /// \return Shared pointer to the current TensorOperation.
  91. std::shared_ptr<RandomApplyOperation> RandomApply(const std::vector<std::shared_ptr<TensorOperation>> &transforms,
  92. double prob = 0.5);
  93. /// \brief Function to create a RandomChoice TensorOperation.
  94. /// \notes Randomly selects one transform from a list of transforms to perform operation.
  95. /// \param[in] transforms A vector of transformations to be chosen from to apply.
  96. /// \return Shared pointer to the current TensorOperation.
  97. std::shared_ptr<RandomChoiceOperation> RandomChoice(const std::vector<std::shared_ptr<TensorOperation>> &transforms);
  98. /// \brief Function to create a TypeCast TensorOperation.
  99. /// \notes Tensor operation to cast to a given MindSpore data type.
  100. /// \param[in] data_type mindspore.dtype to be cast to.
  101. /// \return Shared pointer to the current TensorOperation.
  102. std::shared_ptr<TypeCastOperation> TypeCast(std::string data_type);
  103. #ifndef ENABLE_ANDROID
  104. /// \brief Function to create a Unique TensorOperation.
  105. /// \notes Return an output tensor containing all the unique elements of the input tensor in
  106. /// the same order that they occur in the input tensor.
  107. /// \return Shared pointer to the current TensorOperation.
  108. std::shared_ptr<UniqueOperation> Unique();
  109. #endif
  110. /* ####################################### Derived TensorOperation classes ################################# */
  111. class ComposeOperation : public TensorOperation {
  112. public:
  113. explicit ComposeOperation(const std::vector<std::shared_ptr<TensorOperation>> &transforms);
  114. ~ComposeOperation() = default;
  115. std::shared_ptr<TensorOp> Build() override;
  116. Status ValidateParams() override;
  117. private:
  118. std::vector<std::shared_ptr<TensorOperation>> transforms_;
  119. };
  120. class DuplicateOperation : public TensorOperation {
  121. public:
  122. DuplicateOperation() = default;
  123. ~DuplicateOperation() = default;
  124. std::shared_ptr<TensorOp> Build() override;
  125. Status ValidateParams() override;
  126. };
  127. class OneHotOperation : public TensorOperation {
  128. public:
  129. explicit OneHotOperation(int32_t num_classes_);
  130. ~OneHotOperation() = default;
  131. std::shared_ptr<TensorOp> Build() override;
  132. Status ValidateParams() override;
  133. private:
  134. float num_classes_;
  135. };
  136. class PreBuiltOperation : public TensorOperation {
  137. public:
  138. explicit PreBuiltOperation(std::shared_ptr<TensorOp> tensor_op);
  139. ~PreBuiltOperation() = default;
  140. std::shared_ptr<TensorOp> Build() override;
  141. Status ValidateParams() override;
  142. private:
  143. std::shared_ptr<TensorOp> op_;
  144. };
  145. class RandomApplyOperation : public TensorOperation {
  146. public:
  147. explicit RandomApplyOperation(const std::vector<std::shared_ptr<TensorOperation>> &transforms, double prob);
  148. ~RandomApplyOperation() = default;
  149. std::shared_ptr<TensorOp> Build() override;
  150. Status ValidateParams() override;
  151. private:
  152. std::vector<std::shared_ptr<TensorOperation>> transforms_;
  153. double prob_;
  154. };
  155. class RandomChoiceOperation : public TensorOperation {
  156. public:
  157. explicit RandomChoiceOperation(const std::vector<std::shared_ptr<TensorOperation>> &transforms);
  158. ~RandomChoiceOperation() = default;
  159. std::shared_ptr<TensorOp> Build() override;
  160. Status ValidateParams() override;
  161. private:
  162. std::vector<std::shared_ptr<TensorOperation>> transforms_;
  163. };
  164. class TypeCastOperation : public TensorOperation {
  165. public:
  166. explicit TypeCastOperation(std::string data_type);
  167. ~TypeCastOperation() = default;
  168. std::shared_ptr<TensorOp> Build() override;
  169. Status ValidateParams() override;
  170. private:
  171. std::string data_type_;
  172. };
  173. #ifndef ENABLE_ANDROID
  174. class UniqueOperation : public TensorOperation {
  175. public:
  176. UniqueOperation() = default;
  177. ~UniqueOperation() = default;
  178. std::shared_ptr<TensorOp> Build() override;
  179. Status ValidateParams() override;
  180. };
  181. #endif
  182. } // namespace transforms
  183. } // namespace dataset
  184. } // namespace mindspore
  185. #endif // MINDSPORE_CCSRC_MINDDATA_DATASET_INCLUDE_TRANSFORMS_H_