why do I get the error Undefined function or variable 'net'. Error in testalexnet1 (line 16) trainingFeatures = activations(net,trainingImages,layer);
이전 댓글 표시
I am trying to create my own image data store and this is my code
trainingFeatures = activations(net,trainingImages,layer);
댓글 수: 4
Hridya PI
2017년 12월 18일
Walter Roberson
2017년 12월 18일
Please show your code before that. In particular, please show your trainNetwork call.
Hridya PI
2017년 12월 18일
편집: Walter Roberson
2017년 12월 18일
Hridya PI
2017년 12월 18일
편집: Walter Roberson
2017년 12월 18일
채택된 답변
추가 답변 (1개)
Hridya PI
2017년 12월 19일
편집: Walter Roberson
2017년 12월 19일
댓글 수: 7
Walter Roberson
2017년 12월 19일
It might be okay; I am not familiar with that function.
Hridya PI
2017년 12월 29일
Walter Roberson
2017년 12월 29일
Possibly you could get that error if you were passing in a 3D array instead of 2D. 3D would occur for a color image.
Hridya PI
2017년 12월 29일
Hridya PI
2017년 12월 29일
Hridya PI
2017년 12월 30일
편집: Walter Roberson
2017년 12월 30일
카테고리
도움말 센터 및 File Exchange에서 Get Started with Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!