neet-cv/ml.akasaki.space

build failed in dev branch

Closed this issue · 7 comments

please check what happened

#85 fixed

wait, wtf #85 build failed......

okay, something went wrong in 'attention.md' and we just don't know why (Unicode problems or stuff like that).

It said : "SyntaxError: Expecting Unicode escape sequence \uXXXX (1:52236)" in build.

#87 fixed.

I fixed this by changing the tex:

$$
att(X,q) = \sum_{n=1}^{N} {{\alpha}_{n}{x}_{n}}\\
= E_{z\sim{p|X,q}}[X_{z}]
$$

to:

$$
att(X,q) = \sum_{n=1}^{N} {\alpha_n x_n}\\
= E_{z\sim{p|X,q}}[X_{z}]
$$

idk why, but it works.