W3cubDocs

/TensorFlow Python

tf.contrib.gan.eval.get_graph_def_from_url_tarball

Aliases:

  • tf.contrib.gan.eval.classifier_metrics.get_graph_def_from_url_tarball
  • tf.contrib.gan.eval.get_graph_def_from_url_tarball
tf.contrib.gan.eval.get_graph_def_from_url_tarball(
    url,
    filename,
    tar_filename=None
)

Defined in tensorflow/contrib/gan/python/eval/python/classifier_metrics_impl.py.

Get a GraphDef proto from a tarball on the web.

Args:

  • url: Web address of tarball
  • filename: Filename of graph definition within tarball
  • tar_filename: Temporary download filename (None = always download)

Returns:

A GraphDef loaded from a file in the downloaded tarball.

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/gan/eval/get_graph_def_from_url_tarball