Skip to content

Speed up torch algorithms using JIT #158

Open
@rickstaa

Description

@rickstaa

The Pytorch versions of the algorithms can be speed up by using JIT. While doing this, you have to ensure we ignore the sample method since it is not yet JIT compatible (see pytorch/pytorch#29843 (comment)) and that we work around the incompatibility of torchscript with python type class attributes (see pytorch/pytorch#53753).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededupstreamDepends on an upstream repository.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions