Skip to content

Commit

Permalink
Expose metrics and losses for keras 2 usage.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604713239
  • Loading branch information
zhouhao138 authored and tensorflower-gardener committed Feb 6, 2024
1 parent a724b9a commit be25603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tf_keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

from tf_keras import applications
from tf_keras import distribute
from tf_keras import losses
from tf_keras import metrics
from tf_keras import models
from tf_keras.engine.input_layer import Input
from tf_keras.engine.sequential import Sequential
Expand Down

0 comments on commit be25603

Please sign in to comment.