标签: python tensorflow tensorflow2.0
人们通常建议使用 tf.contrib.distributions.percentile ,但现在却出现了例外情况:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
如何在不降级TF版本的情况下计算中位数?
答案 0 :(得分:1)
它现在位于单独的模块TensorFlow概率(TFP)中,称为tfp.stats.percentile。在compat模块中似乎也不存在。
https://www.tensorflow.org/probability