## 📚 Documentation For example, [accuracy documentation](https://pytorch.org/ignite/metrics.html#ignite.metrics.Accuracy) says that > update must receive output of the form `(y_pred, y)` or `{'y_pred': y_pred, 'y': y}`. which is incorrect as it can only takes `(y_pred, y)` but `iteration_completed` can handle both types.