Skip to content

Track and update changes to percentile in PyTorch and JAX backends #1693

Open
@matthewfeickert

Description

@matthewfeickert

percentile was added to the tensorlib backends in PR #817 but there was outstanding issues with both PyTorch and JAX that required some nuance.

  • PyTorch is missing interpolation methods as of v1.10.1:

I've checked in again on pytorch/pytorch#59397 (comment) but I'm not really sure if we'll see this an interpolation option in torch in v1.10.1, so we might want to implement raise not implemented errors for the time being so that PR #817 can finally move forward. :/

Originally posted by @matthewfeickert in #815 (comment)

Both these Issues should be monitored in the future so that they can hopefully be resolved along the way to a patch release.

Metadata

Metadata

Labels

APIChanges the public APIrefactorA code change that neither fixes a bug nor adds a feature

Type

No type

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions