Skip to content

[Torch] Support SmoothL1 Loss function in torch dialect #4249

@zahidwx

Description

@zahidwx

SmoothL1 Loss function

https://docs.pytorch.org/docs/stable/generated/torch.nn.SmoothL1Loss.html

Smooth L1 loss function can be implemented either by:

  1. decomposing it to torch primitive ops
  2. using huber loss function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions