Skip to content

Commit

Permalink
Update embedding_features.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed Jan 8, 2025
1 parent 0e93816 commit a1191ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensornet/layers/embedding_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def call(self, features, cols_to_output_tensors=None):
if cols_to_output_tensors is not None:
cols_to_output_tensors[column] = new_tensor

output_tensors.append(masked_tensor)
output_tensors.append(new_tensor)

if self.is_concat:
return self._verify_and_concat_tensors(output_tensors)
Expand Down

0 comments on commit a1191ba

Please sign in to comment.