often 5 months ago
parent
commit
1f19899d31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recommend-model-produce/src/main/python/models/dssm/net.py

+ 1 - 1
recommend-model-produce/src/main/python/models/dssm/net.py

@@ -143,7 +143,7 @@ class DSSMLayer(nn.Layer):
 
     def _process_features(self, features, embeddings):
         embedded_features = []
-        paddle.static.Print(features, message="Input features shape:", print_tensor_shape=True)
+        paddle.static.Print(features, message="Input features shape:")
         
         # 1. 处理视频静态特征 (使用Embedding)
         for i in range(self.feature_num):