首先,感谢作者的项目,学到了很多。 关于layers/fc.py的第42行self.bias -= alpha * self.bias,是否应该是self.bias -= alpha * self.b_gradient呢?