Closed cpnota closed 8 months ago
Calls
super().add_scalar( f"summary/{name}/{aggregator}", value, self._get_step(value) )
instead of
super().add_scalar( f"summary/{name}/{aggregator}", value, self._get_step(step) )
(value instead of step)
value
step
Calls
instead of
(
value
instead ofstep
)