gitextract_1oq_ggrm/ ├── README.md ├── make_patch.py ├── pretrained_models_pytorch/ │ ├── LICENSE │ ├── README.md │ ├── data/ │ │ ├── imagenet_classes.txt │ │ └── imagenet_synsets.txt │ ├── pretrainedmodels/ │ │ ├── .torchvision.py.swp │ │ ├── __init__.py │ │ ├── bninception.py │ │ ├── fbresnet/ │ │ │ ├── resnet152_dump.lua │ │ │ └── resnet152_load.py │ │ ├── fbresnet.py │ │ ├── inceptionresnetv2.py │ │ ├── inceptionv4.py │ │ ├── nasnet.py │ │ ├── resnext.py │ │ ├── resnext_features/ │ │ │ ├── __init__.py │ │ │ ├── resnext101_32x4d_features.py │ │ │ └── resnext101_64x4d_features.py │ │ ├── torchvision.py │ │ └── wideresnet.py │ └── test/ │ ├── .toy-example.py.swp │ ├── imagenet.py │ └── toy-example.py └── utils.py