Commit 05e08750 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix another typo

parent fb785094
...@@ -31,7 +31,7 @@ def _prod(nums): ...@@ -31,7 +31,7 @@ def _prod(nums):
out = 1 out = 1
for n in nums: for n in nums:
out = out * n out = out * n
return nums return out
def _calculate_fan(shape, fan="fan_in"): def _calculate_fan(shape, fan="fan_in"):
i = shape[0] i = shape[0]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment