Micah Denver
10/19/2024, 4:01 PMOlivier
10/21/2024, 11:33 AMMicah Denver
10/21/2024, 2:46 PMMicah Denver
11/03/2024, 5:24 PMOlivier
11/05/2024, 1:54 PMOlivier
11/05/2024, 1:56 PMOlivier
11/05/2024, 1:57 PMMicah Denver
11/05/2024, 4:18 PMMicah Denver
11/16/2024, 11:04 PMdf
with refit!=False
.")
...
---> 30 x_median, _ = x_nan.nanmedian(dim=dim, keepdim=keepdim)
31 x_median = torch.nan_to_num(x_median, nan=0.0)
32 return x_median
NotImplementedError: The operator 'aten::nanmedian.dim_values' is not currently implemented for the MPS device. If you want this op to be added in priority during the prototype phase of this feature, please comment on https://github.com/pytorch/pytorch/issues/77764. As a temporary fix, you can set the environment variable PYTORCH_ENABLE_MPS_FALLBACK=1
to use the CPU as a fallback for this op. WARNING: this will be slower than running natively on MPS.Micah Denver
11/16/2024, 11:05 PMOlivier
11/27/2024, 8:50 AMMicah Denver
11/27/2024, 5:53 PMMicah Denver
11/27/2024, 5:58 PMOlivier
11/27/2024, 6:26 PM