We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dec184 commit b54d4ecCopy full SHA for b54d4ec
tf_keras/engine/base_layer_v1.py
@@ -461,7 +461,7 @@ def getter(*args, **kwargs):
461
if caching_device is not None:
462
tf_logging.warning(
463
"`caching_device` does not work with mixed precision API. "
464
- "Ignoring user specified `caching_device`."
+ "Please ignoring user specified `caching_device`."
465
)
466
caching_device = None
467
0 commit comments