Xiao Peng

Results 4 issues of Xiao Peng

# Description Hello, I think you've accidentally written a wrong formula. The derivative of sigmoid function is $` \frac{d}{dx}\sigma(x) = \sigma(x)(1 - \sigma(x)) `$ and you written it as $`\sigma(x)...

在使用 pip>=24.1 安装依赖时,omegaconf==2.0.5 和 2.0.6 被 pip 忽略,这两个版本的元数据中包含非法格式的依赖声明: ## 问题描述 ``` text Copy Edit PyYAML (>=5.1.*) ~~~~~~^ ``` pip 的提示如下: ``` javascript Copy Edit .* suffix can only be used...

I follow the [doc](https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md) and deployed overleaf on my server. As in the documentation, I have created an administrator account. However, the problem shown in the following picture emerged. I...

在os/6_file_system/file_system.md中的”直接与非直接 I/O“章节中,有一句话有些问题:”那么,根据是「否利用操作系统的缓存」,可以把文件 I/O 分为直接 I/O 与非直接 I/O“ 应该改为 ”根据「是否利用操作系统的缓存」“。