jizhihang
jizhihang
Hi, I'm new to learning pytorch. In "7 - ResNet - Dogs vs Cats.ipynb", there is a sentence "for param in model.parameters(): param.requires_grad = False", why did you do it...
t = tree('root'); [ t node1 ] = t.addnode(1, 'Node 1'); %% attach to root % node1 now contains the index of the first node. [ t node2 ] =...
Hi, I have a question about the vl_dspcovsift.m . In the source code `[~, assign] = sort(f_size); f_sort = f(:, assign); [~, assign_back] = sort(assign); [f_out,d] = extract(im,'sift',f_sort); f_out =...