Download pretrained ImageNet model of ResNet, VGG, etc. (.PB file)

You can find many pretrained models here: https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models

And the corresponding codes are here: https://github.com/tensorflow/models/tree/master/research/slim/nets


Here are addition sources to download pretrained models:

  • TensorFlow Hub: https://tfhub.dev/
  • ModelZoo: https://modelzoo.co/

Though slightly different, Keras provides an interface to access pretrained models:

  • https://keras.io/api/applications/