Error when trying to load pretained network net = alexnet;
조회 수: 1 (최근 30일)
이전 댓글 표시
Error using load
Unable to read file
'/Users/olanda/Documents/MATLAB/SupportPackages/R2019b/toolbox/nnet/supportpackages/alexnet/data/alexnet.mat'. Nosuch file or directory.
댓글 수: 0
답변 (1개)
Sai Bhargav Avula
2020년 4월 3일
편집: Sai Bhargav Avula
2020년 4월 3일
Hi,
That particular error message can either mean the file is corrupted, or it can mean that the system failed to allocate memory while loading the data.
The first case is highly unlikely as the MAT file that is trying to load is inbuilt and is working fine when executed on my system.
Memory allocation errors are due to your Operating System not having the resources to allocate any more memory. Or, you might consider increasing your physical RAM memory.
Also, have you installed the support package.If you have already installed support package try reinstalling.
For reference you look at the below link:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!