From 82e783e3172f254b62dc4af08987754ebb7c348c Mon Sep 17 00:00:00 2001 From: Taylor Robie Date: Tue, 30 Oct 2018 14:21:45 -0700 Subject: [PATCH] bring NCF to l2 logging compliance (#5642) --- official/recommendation/data_preprocessing.py | 1 + official/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/official/recommendation/data_preprocessing.py b/official/recommendation/data_preprocessing.py index 74b595384..e2aa96109 100644 --- a/official/recommendation/data_preprocessing.py +++ b/official/recommendation/data_preprocessing.py @@ -507,6 +507,7 @@ def instantiate_pipeline(dataset, data_dir, batch_size, eval_batch_size, # will then enter a loop waiting for the flagfile to be written. Once we see # that the async process has signaled that it is alive, we clear the system # caches and begin the run. + mlperf_helper.ncf_print(key=mlperf_helper.TAGS.RUN_CLEAR_CACHES) mlperf_helper.clear_system_caches() mlperf_helper.ncf_print(key=mlperf_helper.TAGS.RUN_START) write_flagfile(flags_, ncf_dataset) diff --git a/official/requirements.txt b/official/requirements.txt index 832ea40a0..4a47dac02 100644 --- a/official/requirements.txt +++ b/official/requirements.txt @@ -1,7 +1,7 @@ google-api-python-client>=1.6.7 google-cloud-bigquery>=0.31.0 kaggle>=1.3.9 -mlperf_compliance==0.0.8 +mlperf_compliance==0.0.10 numpy oauth2client>=4.1.2 pandas -- GitLab