tf.contrib.framework.remove_squeezable_dimensions
Squeeze last dim if ranks of predictions
and labels
differ by 1. (deprecated)
tf.contrib.framework.remove_squeezable_dimensions(
predictions, labels, name=None
)
This will use static shape if available. Otherwise, it will add graph
operations, which could result in a performance hit.
Args |
predictions
|
Predicted values, a Tensor of arbitrary dimensions.
|
labels
|
Label values, a Tensor whose dimensions match predictions .
|
name
|
Name of the op.
|
Returns |
Tuple of predictions and labels , possibly with last dim squeezed.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]