How to log on test end #20546
Boltzmachine
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to call the
metric.compute
only once since computation takes a lot of time. And I knowself.log
will callmetric.update
. Therefore, I only want to compute it at the end of test. So I log the metric inon_test_end
.However, I got
So how to log the metric at the end of test. (I saw the hint but I am not sure if it has the same effect as
self.log
)Beta Was this translation helpful? Give feedback.
All reactions