flashlight / flashlight

A C++ standalone library for machine learning

Home Page:https://fl.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect documentation for `fl::tril`

yushiyangk opened this issue · comments

Bug Description

Docs refer to "upper triangular" instead of lower.

Reproduction Steps

https://fl.readthedocs.io/en/latest/tensor.html#_CPPv4N2fl4trilERK6Tensor

Tried to fix this myself, but make html from docs/README.md gave

Extension error:
Could not import extension sphinx.builders.latex (exception: cannot import name 'contextfunction' from 'jinja2'
make: *** [html] Error 2