contrib.keras.utils.get_file

tf.contrib.keras.utils.get_file

tf.contrib.keras.utils.get_file

get_file(
    fname,
    origin,
    untar=False,
    md5_hash=None,
    file_hash=None,
    cache_subdir='datasets',
    hash_algorithm='auto',
    extract=False,
    archive_format='auto',
    cache_dir=None
)

Defined in tensorflow/contrib/keras/python/keras/utils/data_utils.py.

Downloads a file from a URL if it not already in the cache.

By default the file at the url <