Md. Zarif Ul Alam

Results 2 issues of Md. Zarif Ul Alam

How to add support for rendering latex math equations ? I tried `markdown: kramdown` / `mathjax:true` / `katex:true` but nothing seems to work . What is the correct way to...

Shouldn't the `where` function be this? ``` def where(q, a, b): "Use this function to replace an if-statement." return (q * a) + (torch.logical_not(q)) * b ``` Otherwise if we...