Skip to content

Commit b54d4ec

Browse files
Update logging message.
PiperOrigin-RevId: 821791917
1 parent 0dec184 commit b54d4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf_keras/engine/base_layer_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def getter(*args, **kwargs):
461461
if caching_device is not None:
462462
tf_logging.warning(
463463
"`caching_device` does not work with mixed precision API. "
464-
"Ignoring user specified `caching_device`."
464+
"Please ignoring user specified `caching_device`."
465465
)
466466
caching_device = None
467467

0 commit comments

Comments
 (0)