Chang Zihao
Chang Zihao
47 行 本层delta的计算应该是用本层的output的backward()结果乘w*上一层delta 是否应该改成self.delta = self.activator.backward(self.output) * np.dot( self.W.T, delta_array)
Now,the gcc and go tool chain is becoming more and more completed,I wonder whether there is a plan to support riscv cross compile environment ? Thank you。
Fix compile error of MTE when enable CONFIG_LIBMUSL ### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against...