Skip to content

Commit

Permalink
fix: support port to tf2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthompson5802 committed Feb 16, 2020
1 parent 6689168 commit b2673eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/models/combiners.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __call__(
feature_encodings[self.main_sequence_feature]

representation = main_sequence_feature_encoding['representation']
representations_size = representation.shape[2].value
representations_size = representation.shape[2]
representations = [representation]

scope_name = 'sequence_concat_combiner'
Expand Down

0 comments on commit b2673eb

Please sign in to comment.