"conda/git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "c5e4fa6cef5cabba3529086b7e759afe28e0dc6b"
Commit 283de38b authored by guptapriya's avatar guptapriya
Browse files

Fix lint error

parent 8c8779a3
...@@ -278,7 +278,7 @@ def run_ncf(_): ...@@ -278,7 +278,7 @@ def run_ncf(_):
if keras_utils.is_v2_0() and strategy is not None: if keras_utils.is_v2_0() and strategy is not None:
logging.error("NCF Keras only works with distribution strategy in TF 2.0") logging.error("NCF Keras only works with distribution strategy in TF 2.0")
return return
if (params["keras_use_ctl"] and ( if (params["keras_use_ctl"] and (
not keras_utils.is_v2_0() or strategy is None)): not keras_utils.is_v2_0() or strategy is None)):
logging.error( logging.error(
......
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