deep-learning-random-explore
                                
                                 deep-learning-random-explore copied to clipboard
                                
                                    deep-learning-random-explore copied to clipboard
                            
                            
                            
                        Can we include ig_resnext101 models ?
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!
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.