Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
82e783e3
Unverified
Commit
82e783e3
authored
Oct 30, 2018
by
Taylor Robie
Committed by
GitHub
Oct 30, 2018
Browse files
bring NCF to l2 logging compliance (#5642)
parent
8a15a4df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
official/recommendation/data_preprocessing.py
official/recommendation/data_preprocessing.py
+1
-0
official/requirements.txt
official/requirements.txt
+1
-1
No files found.
official/recommendation/data_preprocessing.py
View file @
82e783e3
...
@@ -507,6 +507,7 @@ def instantiate_pipeline(dataset, data_dir, batch_size, eval_batch_size,
...
@@ -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
# 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
# that the async process has signaled that it is alive, we clear the system
# caches and begin the run.
# caches and begin the run.
mlperf_helper
.
ncf_print
(
key
=
mlperf_helper
.
TAGS
.
RUN_CLEAR_CACHES
)
mlperf_helper
.
clear_system_caches
()
mlperf_helper
.
clear_system_caches
()
mlperf_helper
.
ncf_print
(
key
=
mlperf_helper
.
TAGS
.
RUN_START
)
mlperf_helper
.
ncf_print
(
key
=
mlperf_helper
.
TAGS
.
RUN_START
)
write_flagfile
(
flags_
,
ncf_dataset
)
write_flagfile
(
flags_
,
ncf_dataset
)
...
...
official/requirements.txt
View file @
82e783e3
google-api-python-client>=1.6.7
google-api-python-client>=1.6.7
google-cloud-bigquery>=0.31.0
google-cloud-bigquery>=0.31.0
kaggle>=1.3.9
kaggle>=1.3.9
mlperf_compliance==0.0.
8
mlperf_compliance==0.0.
10
numpy
numpy
oauth2client>=4.1.2
oauth2client>=4.1.2
pandas
pandas
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment