From 50008dc87149ecafe47f4ce28dd1cc7fdf761432 Mon Sep 17 00:00:00 2001 From: "yancheng.lgq" Date: Wed, 20 Dec 2023 11:32:41 +0800 Subject: [PATCH] remove input --- easy_rec/python/input/input.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/easy_rec/python/input/input.py b/easy_rec/python/input/input.py index 8df28ea54..8a2f59ca9 100644 --- a/easy_rec/python/input/input.py +++ b/easy_rec/python/input/input.py @@ -423,10 +423,7 @@ def _get_input_sep(input_id): def _parse_tag_feature(self, fc, parsed_dict, field_dict): input_0 = fc.input_names[0] feature_name = fc.feature_name if fc.HasField('feature_name') else input_0 - print('field_dict = ', field_dict, ', input_0 = ', input_0, ', value = ', - field_dict[input_0]) field = field_dict[input_0] - field = tf.Print(field, [field], message='field=') # Construct the output of TagFeature according to the dimension of field_dict. # When the input field exceeds 2 dimensions, convert TagFeature to 2D output. if len(field.get_shape()) < 2 or field.get_shape()[-1] == 1: