Module: tf.keras.applications.resnet_v2
Stay organized with collections
Save and categorize content based on your preferences.
ResNet v2 models for Keras.
Reference:
Functions
ResNet101V2(...)
: Instantiates the ResNet101V2 architecture.
ResNet152V2(...)
: Instantiates the ResNet152V2 architecture.
ResNet50V2(...)
: Instantiates the ResNet50V2 architecture.
decode_predictions(...)
: Decodes the prediction of an ImageNet model.
preprocess_input(...)
: Preprocesses a tensor or Numpy array encoding a batch of images.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-02-18 UTC.
[null,null,["Last updated 2021-02-18 UTC."],[],[],null,["# Module: tf.keras.applications.resnet_v2\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/keras/applications/resnet_v2) |\n\nResNet v2 models for Keras.\n\n#### Reference:\n\n- [Identity Mappings in Deep Residual Networks](https://arxiv.org/abs/1603.05027) (CVPR 2016)\n\nFunctions\n---------\n\n[`ResNet101V2(...)`](../../../tf/keras/applications/ResNet101V2): Instantiates the ResNet101V2 architecture.\n\n[`ResNet152V2(...)`](../../../tf/keras/applications/ResNet152V2): Instantiates the ResNet152V2 architecture.\n\n[`ResNet50V2(...)`](../../../tf/keras/applications/ResNet50V2): Instantiates the ResNet50V2 architecture.\n\n[`decode_predictions(...)`](../../../tf/keras/applications/resnet_v2/decode_predictions): Decodes the prediction of an ImageNet model.\n\n[`preprocess_input(...)`](../../../tf/keras/applications/resnet_v2/preprocess_input): Preprocesses a tensor or Numpy array encoding a batch of images."]]