From 44dd950374c8e91495a42a08873f7cb688cdff69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=98=B3?= Date: Sun, 25 Jun 2023 00:43:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20TensorFlow/built-in/recommendation/DIE?= =?UTF-8?q?N=5FID3065=5Ffor=5FTensorFlow/script/train.py.=20=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨阳 --- .../recommendation/DIEN_ID3065_for_TensorFlow/script/train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/script/train.py b/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/script/train.py index d866126f1..ecf0b3985 100644 --- a/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/script/train.py +++ b/TensorFlow/built-in/recommendation/DIEN_ID3065_for_TensorFlow/script/train.py @@ -164,13 +164,13 @@ def train( if False: custom_op.parameter_map["enable_dump"].b = True - custom_op.parameter_map["dump_path"].s = tf.compat.as_bytes("/autotest/mwx927052/DIEN_ID0109_for_TensorFlow_ori/test/overflow") + custom_op.parameter_map["dump_path"].s = tf.compat.as_bytes("./DIEN_ID0109_for_TensorFlow_ori/test/overflow") custom_op.parameter_map["dump_step"].s = tf.compat.as_bytes("0") custom_op.parameter_map["dump_mode"].s = tf.compat.as_bytes("all") if False: print('i am check overflow') custom_op.parameter_map["enable_dump_debug"].b = True - custom_op.parameter_map["dump_path"].s = tf.compat.as_bytes("/autotest/mwx927052/DIEN_ID0109_for_TensorFlow_ori/test/overflow") + custom_op.parameter_map["dump_path"].s = tf.compat.as_bytes("./DIEN_ID0109_for_TensorFlow_ori/test/overflow") custom_op.parameter_map["dump_debug_mode"].s = tf.compat.as_bytes("all") -- Gitee