Skip to content

Commit

Permalink
bring NCF to l2 logging compliance (tensorflow#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Robie authored Oct 30, 2018
1 parent 8a15a4d commit 82e783e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions official/recommendation/data_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def cleanup():
# 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)
Expand Down
2 changes: 1 addition & 1 deletion official/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 82e783e

Please sign in to comment.