PPPW / deep-learning-random-explore

194 stars 34 forks source link

Can we include ig_resnext101 models ? #12

Open saurabh502 opened 5 years ago

saurabh502 commented 5 years ago

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!

PPPW commented 5 years ago

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.