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
fix DodeDex check
tags/v1.2.0-rc1
xutianchun
5 years ago
parent
ca0bbd3d69
commit
487648113a
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