myoverse.models.definitions.raul_net.offline.v4.RaulNetV4.forward#

RaulNetV4.forward(inputs)[source]#

Same as torch.nn.Module.forward().

Parameters:
  • *args – Whatever you decide to pass into the forward method.

  • **kwargs – Keyword arguments are also possible.

Returns:

Your model’s output

Return type:

Tensor