Browse Source

fix bug for album_op_android

tags/v1.1.0
xulei2020 5 years ago
parent
commit
fa1f9f55b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/lite/minddata/wrapper/album_op_android.cc

+ 1
- 1
mindspore/lite/minddata/wrapper/album_op_android.cc View File

@@ -48,7 +48,7 @@ AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string
current_cnt_(0),
dirname_offset_(0),
sampler_(true),
sampler_index_(0) {
sampler_index_(index) {
PrescanEntry();
}



Loading…
Cancel
Save