Skip to content

Commit a1191ba

Browse files
author
jiangxinglei
committed
Update embedding_features.py
1 parent 0e93816 commit a1191ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensornet/layers/embedding_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def call(self, features, cols_to_output_tensors=None):
287287
if cols_to_output_tensors is not None:
288288
cols_to_output_tensors[column] = new_tensor
289289

290-
output_tensors.append(masked_tensor)
290+
output_tensors.append(new_tensor)
291291

292292
if self.is_concat:
293293
return self._verify_and_concat_tensors(output_tensors)

0 commit comments

Comments
 (0)