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 d866126f1208b24ea52f4701507397c608444247..ecf0b3985eb335f680396dcd5472ed96e2796ebd 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")