Linear layer from scratch with numpy update bias

后端 未结 0 783
温柔的废话
温柔的废话 2021-01-14 23:58

Writing Linear layer from scratch only using numpy. I am having some trouble with updating the bias. Any help would be appreciated.

class LinearLayer(Layer):
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题