yu45020
yu45020
Hi SungDong. Thanks for the great posts. I am reading the first two models on skip-gram. Why do you use two embedding instead of one? The second embedding_u has all...
> That square grids will occurs when the output is affected by data other than input. For example, using zero-padding in the convolution layer, it spoils the accuracy in the...
update math reg expression to avoid unexpected math environment For example ```latex \begin{equation} a = \text{daf $dsa$} \end{equation} ``` The math environment is activated after the equation. This is caused...
我按照个人喜好来做了一点点修改 (版本1.6.10) 一边用一边修bug,[代码在这](https://github.com/yu45020/exhentai-manga-manager/tree/dev),暂时能用,没发现问题🤣。 ## Bug修复 ### 启动时设置写入竞争/损坏 - **问题:** 多次调用 `save-setting` 可能会损坏 `setting.json`(如启动时或切换语言时)。 - **修复:** 合并写入 (Coalesce writes);最后一次写入优先,但会保留缺失的设置。先写入 `setting.json.tmp`,然后重命名。 - **复现:** 在设置页面,`Trim Title RegExp` 总是为空,因为并发保存。 - **补丁:** [code](https://github.com/yu45020/exhentai-manga-manager/blob/5aa62b9c2113fb6569cfccabd10169e8202820f3/index.js#L1409-L1484) ### 7z的UTF-8编码与特殊文件名...