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
ad41c647
Commit
ad41c647
authored
Aug 07, 2019
by
Nimit Nigania
Browse files
change to add some logging
parent
e38d570e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
official/recommendation/ncf_keras_benchmark.py
official/recommendation/ncf_keras_benchmark.py
+4
-0
No files found.
official/recommendation/ncf_keras_benchmark.py
View file @
ad41c647
...
@@ -23,6 +23,10 @@ import time
...
@@ -23,6 +23,10 @@ import time
from
absl
import
flags
from
absl
import
flags
from
absl.testing
import
flagsaver
from
absl.testing
import
flagsaver
os
.
environ
[
"TF_CPP_VMODULE"
]
=
"meta_optimizer=2"
os
.
environ
[
"TF_CPP_MIN_VLOG_LEVEL"
]
=
"1"
os
.
environ
[
"TF_CPP_MIN_LOG_LEVEL"
]
=
"0"
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
from
official.recommendation
import
ncf_common
from
official.recommendation
import
ncf_common
...
...
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