"sgl-kernel/vscode:/vscode.git/clone" did not exist on "ce112c07fe117ae8bd06c1903035a72b82cb28b6"
Commit ad41c647 authored by Nimit Nigania's avatar Nimit Nigania
Browse files

change to add some logging

parent e38d570e
......@@ -23,6 +23,10 @@ import time
from absl import flags
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
from official.recommendation import ncf_common
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment