mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-05 00:51:55 +01:00
Compare commits
2 Commits
315aeace47
...
c4f4089abd
Author | SHA1 | Date | |
---|---|---|---|
|
c4f4089abd | ||
|
53eb6940f7 |
@ -1,6 +1,5 @@
|
|||||||
# checkstyle: noqa
|
# checkstyle: noqa
|
||||||
import tensorflow.compat.v1 as tf
|
import tensorflow.compat.v1 as tf
|
||||||
from collections import OrderedDict
|
|
||||||
from .constants import EB_SCORE_IDX
|
from .constants import EB_SCORE_IDX
|
||||||
from .lolly.data_helpers import get_lolly_scores
|
from .lolly.data_helpers import get_lolly_scores
|
||||||
|
|
||||||
@ -35,7 +34,7 @@ def get_multi_binary_class_metric_fn(metrics, classes=None, class_dim=1):
|
|||||||
# Added to support per engagement metrics for both TF and Lolly scores.
|
# Added to support per engagement metrics for both TF and Lolly scores.
|
||||||
labels = tf.tile(labels, [1, 2])
|
labels = tf.tile(labels, [1, 2])
|
||||||
|
|
||||||
eval_metric_ops = OrderedDict()
|
eval_metric_ops = dict()
|
||||||
|
|
||||||
preds = graph_output['output']
|
preds = graph_output['output']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user