Open
Description
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
inv1.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)
- JAX requires some additional support for dtype promotion in percentile when using the linear interpolation method.
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
Assignees
Type
Projects
Status
To do