Feeds
질문
How can I change the regularization (weight decay) in fitnet?
I use fitnet to create a 50-node model, with training and validation ratios set to 30% and 70%. I want the regularization (weigh...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Loading .pt file into matlab
Hi I have a .pt file containing a list of tensors like the picture below. I want to ask how can I load these tensors into Matlab...
3년 초과 전 | 답변 수: 1 | 1
1
답변질문
Error using confusionmat. First two arguments must be vectors or character matrices.
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
NUMCLUSTERS must be a positive integer not greater than the number of data
I am using the vl_feat module to call sift and gmm model for my data of 600 images. But I got the error for numCluster when I ru...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Output argument <XX> (and possibly others) not assigned a value in the execution with <YY> function
I have a function script as follows: function [h]=getColorHist(im, color_table, opt) im = rgb2hsv(im); [ht,wid,~...
거의 4년 전 | 답변 수: 1 | 0
