Pradeep Punniyakotti
2018년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
creating a vector that repeats a number 360 times
You can try this. linspace(500,500,360) The number 500 will be repeated 360 times. The answer will be a column vector. ...
creating a vector that repeats a number 360 times
You can try this. linspace(500,500,360) The number 500 will be repeated 360 times. The answer will be a column vector. ...
6년 초과 전 | 0
답변 있음
Using Alexnet classify to predict an image. Getting following error:
<https://de.mathworks.com/matlabcentral/answers/329678-why-is-error-happen-even-i-write-the-exact-code-for-alexnet>
Using Alexnet classify to predict an image. Getting following error:
<https://de.mathworks.com/matlabcentral/answers/329678-why-is-error-happen-even-i-write-the-exact-code-for-alexnet>
6년 초과 전 | 0
답변 있음
why is error happen even I write the exact code for alexnet
To process color images in AlexNet, the input image size has to be *227 x 227 x 3*. 227 x 227 indicates the height and width ...
why is error happen even I write the exact code for alexnet
To process color images in AlexNet, the input image size has to be *227 x 227 x 3*. 227 x 227 indicates the height and width ...
6년 초과 전 | 0