79737474

Date: 2025-08-16 20:41:55
Score: 0.5
Natty:
Report link
>>> data.nanquantile(0, axis=0)
tensor([0., 1., 6., 3.])

quantile(0) is the min value of your tensor and quantile(1) is the max value (quantile(0.5) is the median). The nan flavor ignores the nan values.

pytorch documentation

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FaeLudic