필터 지우기
필터 지우기

Dot indexing is not supported for variables of this type. DAGNetwork.

조회 수: 3 (최근 30일)
Ferhat Kangal
Ferhat Kangal 2023년 4월 15일
댓글: Walter Roberson 2023년 4월 16일
Hey all! I'm working on a project that I train deep learning models and test them. I have a trained couple models on a different PC and now I'm trying to test it with my laptop. Some of the models are able to test but some of them gives an error which is below:
Dot indexing is not supported for variables of this type.
Error in DAGNetwork/classify (line 148)
iAssertNetworkHasSingleOutput( this.PrivateNetwork.NumOutputs );
Any ideas?
  댓글 수: 4
Ferhat Kangal
Ferhat Kangal 2023년 4월 15일
I have solved the problem. I have installed Shufflenet from Deep Network Designer and now I'm able to see layers in the DAGNetwork.
Walter Roberson
Walter Roberson 2023년 4월 16일
If you save() an object of a class, and then you load() the object on a system that does not have a definition for that particular class, then load() will give an warning message that it could not find the class and that it loaded the data as uint8 instead.
... .but you would have seen a warning message in that case.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by