Module: tf.keras.applications.xception
Stay organized with collections
Save and categorize content based on your preferences.
Xception V1 model for Keras.
On ImageNet, this model gets to a top-1 validation accuracy of 0.790
and a top-5 validation accuracy of 0.945.
Reference paper:
Functions
Xception(...)
: Instantiates the Xception 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.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.keras.applications.xception\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/keras/applications/xception) |\n\nXception V1 model for Keras.\n\nOn ImageNet, this model gets to a top-1 validation accuracy of 0.790\nand a top-5 validation accuracy of 0.945.\n\n#### Reference paper:\n\n- [Xception: Deep Learning with Depthwise Separable Convolutions](https://arxiv.org/abs/1610.02357) (CVPR 2017)\n\nFunctions\n---------\n\n[`Xception(...)`](../../../tf/keras/applications/Xception): Instantiates the Xception architecture.\n\n[`decode_predictions(...)`](../../../tf/keras/applications/xception/decode_predictions): Decodes the prediction of an ImageNet model.\n\n[`preprocess_input(...)`](../../../tf/keras/applications/xception/preprocess_input): Preprocesses a tensor or Numpy array encoding a batch of images."]]