devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Math rendering for TensorFlow

Open robertlugg opened this issue 7 years ago • 2 comments

Some documents have embedded formula such as: (\frac{\gamma(x-\mu)}{\sigma}+\beta)

It would be great to render these:

image 1240

I am using Firefox Quantum (57.0.4)

robertlugg avatar Jan 22 '18 20:01 robertlugg

Here’s link to DevDocs page, and the original page.

It looks like they use MathJax with a config of TeX-AMS-MML_SVG. Should we load MathJax on every page?

j-f1 avatar Feb 12 '18 16:02 j-f1

DevDocs supports MathML. See PyTorch for a working example: https://devdocs.io/pytorch/generated/torch.nn.batchnorm3d#torch.nn.BatchNorm3d

cc: @lgeiger

simon04 avatar Nov 19 '20 10:11 simon04