This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!10680
fix CodeDex check warning
From:
@xutianchun
Reviewed-by: @zhanghaibo5,@hangangqiang Signed-off-by:
@hangangqiang
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
3ccfb7f70a
2633f26835
commit
7b3b21e07e
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
mindspore/lite/examples/transfer_learning/src/dataset.cc
+ 3
- 1
mindspore/lite/examples/transfer_learning/src/dataset.cc
View File
@@ -202,8 +202,10 @@ std::vector<FileTuple> DataSet::ReadDir(const std::string dpath) {
vec.push_back(ft);
}
}
closedir(dp);
} else {
std::cerr << "open directory: " << dirname << " failed." << std::endl;
}
closedir(dp);
}
return vec;
}
Write
Preview
Loading…
Cancel
Save