Skip to content

Commit

Permalink
Merge pull request #682 from jimthompson5802/tf2_sequence_feature
Browse files Browse the repository at this point in the history
TF2 porting: sequence feature
  • Loading branch information
w4nderlust committed Apr 20, 2020
2 parents a3a09b1 + 4578a92 commit ff51198
Show file tree
Hide file tree
Showing 7 changed files with 799 additions and 999 deletions.
2 changes: 1 addition & 1 deletion ludwig/features/numerical_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

logger = logging.getLogger(__name__)


# TODO TF2 can we eliminate use of these customer wrapper classes?
# custom class to handle how Ludwig stores predictions
class MSELoss(MeanSquaredError):
def __init__(self, **kwargs):
Expand Down

0 comments on commit ff51198

Please sign in to comment.