Prevent from calling compute
#2904
Unanswered
Boltzmachine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
metric(preds, targets)
will callcompute
automatically. But I do not want it becausecompute
is time-consuming in my problem. So I only want to call it at the end of the evaluation epoch.Beta Was this translation helpful? Give feedback.
All reactions