pytorch-classification icon indicating copy to clipboard operation
pytorch-classification copied to clipboard

Classification with PyTorch.

Results 34 pytorch-classification issues
Sort by recently updated
recently updated
newest added
trafficstars

Can anyone tell me how can I extract the weight values from the model_checkpoint.pth.tar and use those in Tensorflow, as pre-trained weights?

hi there, thanks for your work, I use your code in training my data, and it works well, but it seems doesn't have inference function, could you provide a copy...

Why CIFAR-10 does not have resnet18? Is the model architecture do not suit or some other reasons

I know that the resnet20 implementation has some modifications, but why the parameters count is different from torchvision by a large margin (0.79M vs. 11.6M). It is a huge difference.

I trained PreResNet-110 on Cifar100 as training recipes. And I get top1 error rate: 26.47%.

when I ran the Resnet model, it occurs 'ProgressBar' object has no attribute 'elapsed_td',what should I do to solve this problem?

I found the pretrain cifar10 model resnet110 is not resnet110, but resnet164. The model is: ` model = resnet(depth = 164, block_name='bottleNeck') ` Use this model can load the state_dict...

Hi, I ran the ResNeXt-29, 8x64 model on cifar100, but I cannot get the error rate 17.38%. What I got is around 18.5% (I ran it with different random seed...

Hi, I hit the following error when I run cifar.py with pytorch 1.0.1.post2. ``` IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a...

The OneDrive folder for densenet-bc-100-12 (cifar100) only contains log.txt.