Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 committed Jun 26, 2018
1 parent 0351d21 commit a701c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch01/forward_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, input_size, hidden_size, output_size):
Affine(W2, b2)
]

# すべての重みと勾配をリストにまとめる
# すべての重みをリストにまとめる
self.params = []
for layer in self.layers:
self.params += layer.params
Expand Down

0 comments on commit a701c37

Please sign in to comment.