This call to _forward_step_fn expects two values returned
|
_, logits = self._forward_step_fn(model=self.model, data_iterator=inps) |
The forward_step can return three values
|
return loss, outputs, metrics |
I guess I am seeing this because I have is_pipe_parallel false and that is uncommon. Maybe there needs to be an option not to return metrics.