Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
조회 수: 17(최근 30일)
표시 이전 댓글
pathToRecordingsFolder = fullfile(tempdir,'free-spoken-digit-dataset-master','recordings');
location = pathToRecordingsFolder;
Point audioDatastore to that location.
ads = audioDatastore(location);
Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
facing error while runing this code how to load fsd data or what to do
댓글 수: 3
Jan
2022년 7월 14일
Correct. If there is no such data set in your personal temp folder, the code cannot run.
Please mention, what "taken from Matlab" exactly means.
채택된 답변
jibrahim
2022년 7월 14일
This dataset does not ship with the product. The introduction/description of this example should have the info on where to download it from
댓글 수: 0
추가 답변(0개)
참고 항목
범주
Find more on Machine Learning and Deep Learning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!