Charmve / computer-vision-in-action

A computer vision closed-loop learning platform where code can be run interactively online. 学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页
https://charmve.github.io/L0CV-web
Other
2.52k stars 380 forks source link

公式显示出错 #70

Open jackiehym opened 2 years ago

jackiehym commented 2 years ago

描述

frac 前少了一个反斜杠,导致公式无法正常显示

链接

https://github.com/Charmve/computer-vision-in-action/blob/main/docs/1_%E7%90%86%E8%AE%BA%E7%AF%87/chapter1_Neural-Networks/chapter1.1_line-regression.md#%E6%8D%9F%E5%A4%B1%E5%87%BD%E6%95%B0-

Charmve commented 2 years ago

现在你看下

https://github.com/Charmve/computer-vision-in-action/blob/main/docs/1_%E7%90%86%E8%AE%BA%E7%AF%87/chapter1_Neural-Networks/chapter1.1_line-regression.md

jackiehym commented 2 years ago

还是那样,是在第95行,这里

Charmve commented 2 years ago

你看下 #常见问题

jackiehym commented 2 years ago

红圈中的frac12,错了,原文件中为frac{1}{2},前面少了反斜杠\,导致分数(二分之一)无法正常显示,正常显示的类似绿圈那样。 image