Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[错误]: 前端样式BUG #678

Closed
realnghon opened this issue Jan 7, 2025 · 1 comment
Closed

[错误]: 前端样式BUG #678

realnghon opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@realnghon
Copy link

平台

Windows

版本

v0.9.4

错误描述

对于某些输出,涉及到公式以及markdown的渲染,会出现错误
image

标准输出如下,渲染错误

2. 传统语言模型的结构

在典型的语言模型(例如LSTM语言模型)中,流程如下:

  1. 嵌入层:将输入词转换为嵌入向量。
  2. 编码层:使用循环神经网络(如LSTM)处理嵌入序列,得到隐藏状态向量 ( h )。
  3. 输出层:将隐藏状态 ( h ) 通过一个线性变换,再经过softmax,得到对下一个词的预测概率分布。

这个线性变换通常使用一个新的权重矩阵 ( W_{o} ),它的尺寸是 ( (词汇表大小) \times (隐藏状态维度) )。

重现步骤

预期行为

修复渲染

相关日志输出

No response

附加信息

No response

@realnghon realnghon added the bug Something isn't working label Jan 7, 2025
@kangfenmao
Copy link
Collaborator

切换一下公式引擎,你现在使用的公式引擎不支持中文公式

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants