deep-learning-random-explore icon indicating copy to clipboard operation
deep-learning-random-explore copied to clipboard

Can we include ig_resnext101 models ?

Open saurabh502 opened this issue 6 years ago • 1 comments

Hi , As per table present in below link: https://github.com/rwightman/pytorch-image-models/blob/master/results/results-all.csv

ig_resnext101 models like : ig_resnext101_32x16d , ig_resnext101_32x32d and ig_resnext101_32x48d give great results.

Can we include these here ?

Thanks in advance!

saurabh502 avatar Aug 17 '19 13:08 saurabh502

Looks like you can just import ig_resnext101_32x8d from that repo's models/resnet.py, then use it in the same way as other ResNet.

PPPW avatar Aug 17 '19 16:08 PPPW