Closed sinaghs closed 8 years ago
Hi, Thanks for the great script. There is a problem in vggbn model, in the classifier part classifier:add(nn.Linear(4096, 1000)) shouldn't be replaced with: classifier:add(nn.Linear(4096, nrclasses))
Hi, Thanks for the great script. There is a problem in vggbn model, in the classifier part classifier:add(nn.Linear(4096, 1000)) shouldn't be replaced with: classifier:add(nn.Linear(4096, nrclasses))