查看Pytorch函数的文档字符串时,数学符号无法正确显示,例如: https://pytorch.org/docs/stable/_modules/torch/nn/modules/loss.html
.. math::
\text{loss}(x, class) = weight[class] \left(-x[class] + \log\left(\sum_j \exp(x[j])\right)\right)
仅当我使用IDE显示文档时,它才能正确呈现乳胶符号。
网站上是否有任何用于显示数学的开关?
答案 0 :(得分:1)
除非您尝试通过Greasemonkey进行一些脚本注入,否则不会呈现源代码中的文档。 但是首先请看一下标准文档,您可以在其中找到rendered formula。