alexnet model not installed correctly

조회 수: 1 (최근 30일)
Hanna Vanessa R. Simulata
Hanna Vanessa R. Simulata 2019년 10월 24일
댓글: Hanna Vanessa R. Simulata 2019년 11월 11일
Hello,
I installed alexnet used Add-ons but I get the following error:
>> alexnet
Error using load
Unable to read data stream because the data contains a bad version or endian-key
Error in alexnet (line 58)
data = load(matfile);
Do you have any idea how to fix this problem please?

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2019년 11월 6일
편집: Sai Bhargav Avula 2019년 11월 6일
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.
Hope this helps!
  댓글 수: 7
Sai Bhargav Avula
Sai Bhargav Avula 2019년 11월 6일
It is really weird because I tried it on different platforms and it is working fine. For time being a possible work around would be to use MATLAB online and save the alexnet object and load it in your workspace. Update if that works.
Hanna Vanessa R. Simulata
Hanna Vanessa R. Simulata 2019년 11월 11일
This worked for me. Thank you!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by