forked from mindspore-Ecosystem/mindspore
!9283 Modify the dataset ut log message
From: @liucunwei Reviewed-by: @pandoublefeng,@heleiwang,@jonyguo Signed-off-by: @heleiwang,@jonyguo
This commit is contained in:
commit
da8d7d661a
|
@ -57,7 +57,7 @@ TEST_F(MindDataTestPipeline, TestAlbumBasic) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestAlbumBasicWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestAlbumBasic.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestAlbumBasicWithPipeline.";
|
||||
|
||||
std::string folder_path = datasets_root_path_ + "/testAlbum/images";
|
||||
std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json";
|
||||
|
|
|
@ -60,7 +60,7 @@ TEST_F(MindDataTestPipeline, TestCifar10Dataset) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestCifar10DatasetWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCifar10Dataset.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCifar10DatasetWithPipeline.";
|
||||
|
||||
// Create two Cifar10 Dataset
|
||||
std::string folder_path = datasets_root_path_ + "/testCifar10Data/";
|
||||
|
|
|
@ -148,7 +148,7 @@ TEST_F(MindDataTestPipeline, TestCLUEDatasetBasic) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestCLUEDatasetBasicWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCLUEDatasetBasic.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCLUEDatasetBasicWithPipeline.";
|
||||
|
||||
// Create two CLUEFile Dataset, with single CLUE file
|
||||
std::string clue_file = datasets_root_path_ + "/testCLUE/afqmc/train.json";
|
||||
|
|
|
@ -62,7 +62,7 @@ TEST_F(MindDataTestPipeline, TestCocoDefault) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestCocoDefaultWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCocoDefault.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestCocoDefaultWithPipeline.";
|
||||
// Create two Coco Dataset
|
||||
std::string folder_path = datasets_root_path_ + "/testCOCO/train";
|
||||
std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json";
|
||||
|
|
|
@ -55,7 +55,7 @@ TEST_F(MindDataTestPipeline, TestManifestBasic) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestManifestBasicWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestManifestBasic.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestManifestBasicWithPipeline.";
|
||||
|
||||
std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json";
|
||||
// Create two Manifest Dataset
|
||||
|
|
|
@ -318,7 +318,7 @@ TEST_F(MindDataTestPipeline, TestMindDataSuccess7) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestMindDataSuccess8) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestMindDataSuccess7 with padded sample.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestMindDataSuccess8 with padded sample.";
|
||||
|
||||
// Create pad sample for MindDataset
|
||||
auto pad = nlohmann::json::object();
|
||||
|
@ -386,7 +386,7 @@ TEST_F(MindDataTestPipeline, TestMindDataSuccess8) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestMindDataSuccess9) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestMindDataSuccess7 with padded sample.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestMindDataSuccess9 with padded sample.";
|
||||
|
||||
// Create pad sample for MindDataset
|
||||
auto pad = nlohmann::json::object();
|
||||
|
|
|
@ -70,7 +70,7 @@ TEST_F(MindDataTestPipeline, TestRandomDatasetBasic1) {
|
|||
}
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestRandomDatasetBasicWithPipeline) {
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestRandomDatasetBasic1.";
|
||||
MS_LOG(INFO) << "Doing MindDataTestPipeline-TestRandomDatasetBasicWithPipeline.";
|
||||
|
||||
// Create two RandomDataset
|
||||
std::shared_ptr<SchemaObj> schema = Schema();
|
||||
|
|
Loading…
Reference in New Issue