myoverse.models.raul_net.v17.RaulNetV17.forward#

RaulNetV17.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.

  • inputs (Tensor)

Returns:

Your model’s output

Return type:

Tensor