Module: tf.compat.v1.keras.applications.resnet

ResNet models for Keras.

Reference:

Functions

ResNet101(...): Instantiates the ResNet101 architecture.

ResNet152(...): Instantiates the ResNet152 architecture.

ResNet50(...): Instantiates the ResNet50 architecture.

decode_predictions(...): Decodes the prediction of an ImageNet model.

preprocess_input(...): Preprocesses a tensor or Numpy array encoding a batch of images.