athena.nll.ForwardNet.forward

ForwardNet.forward(inputs)[source]

Maps original inputs to transformed inputs.

Parameters

inputs (torch.Tensor) – DoubleTensor n_samples-by-n_params containing the points in the original full input space.

Return mapped_inputs

DoubleTensor n_samples-by-n_params with the nonlinear transformed inputs.

Return type

torch.Tensor