提交 e6353fe5 编写于 作者: R Reed 提交者: Taylor Robie

Do not download if --download_if_missing=False (#4956)

上级 e4034bef
......@@ -377,7 +377,6 @@ def instantiate_pipeline(dataset, data_dir, batch_size, eval_batch_size,
num_data_readers=None, num_neg=4, epochs_per_cycle=1):
"""Preprocess data and start negative generation subprocess."""
movielens.download(dataset=dataset, data_dir=data_dir)
tf.logging.info("Beginning data preprocessing.")
ncf_dataset = construct_cache(dataset=dataset, data_dir=data_dir,
num_data_readers=num_data_readers)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册