DO NOT OVERRIDE! Forward-pass during evaluation, called from the sampler.
This method should not be overridden. Override the self._forward_inference()
method instead.
- Parameters:
-
- Returns:
The output of the forward pass. This output should comply with the
ouptut_specs_inference().
- Return type:
Dict[str, Any]