This work in MATLAB :p=rand(2,4);but when i change to :p=rand(3,4) this happen:Input data size does not match net.inputs{1}.size.

 채택된 답변

(2,4) indicates four 2-dimensional examples whereas
(3,4) indicates four 3-dimensional examples
Why does the result confuse you?

댓글 수: 2

Ok,i understand this,but i want to know where i need change in my code for (3,4) to work!
You have to design a different net with the appropriately sized input.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 5월 15일

댓글:

2014년 5월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by