Skip to content
Snippets Groups Projects
Commit 9058f1a8 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add more logging to bob tf cache-dataset

parent 1c3fdb10
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ def cache_dataset(input_fn, mode, **kwargs):
kwargs = {}
if is_argument_available('cache_only', input_fn):
kwargs['cache_only'] = True
logger.info("cache_only as True will be passed to input_fn.")
# call the input function manually
with tf.Session() as sess:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment