Skip to content

Commit 6b84128

Browse files
authored
Remove trailing character
1 parent c711532 commit 6b84128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-framework/src/main/java/org/tensorflow/framework/metrics/SparseCategoricalCrossentropy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* A metric that computes the sparse categorical cross-entropy loss between true labels and
28-
* predicted labels. \
28+
* predicted labels.
2929
*
3030
* @param <T> The data type for the metric result.
3131
*/

0 commit comments

Comments
 (0)