Kinjal Joshi
Followers: 0 Following: 0
Feeds
질문
Getting Error in reading video file.
Hello, I am trying to read a video file with extension .avi using VideoReader, but getting error Unable to determine the requir...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Error in using classify function.
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error a...
거의 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
Classify requires at least 3 arguments
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error...
Classify requires at least 3 arguments
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error...
거의 5년 전 | 0