SJLNNU

Results 2 issues of SJLNNU

Hi, I am using Centos7 and its GCC version is 4.8.5 .Then I run "luarocks install hdf5" heres what i get ________________________________________________________________________________________ Warning: falling back to curl - install luasec...

hi, When creating Class AlexNet, self.fc goes like this: **************************************** self.fc = nn.Sequential( nn.Linear(1*1*256, 4096), nn.ReLU(inplace=True), nn.Dropout(0.5), nn.Linear(4096, 4096), nn.ReLU(inplace=True), nn.Dropout(0.5), nn.Linear(4096, n_class) # AlexNet上面是1000 ...如果测试的话用MNIST则可以使用10 ) **************************************** but the...