joelgrus / data-science-from-scratch

code for Data Science From Scratch book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: can't multiply sequence by non-int of type 'float'

MafeBasso opened this issue · comments

I get the error: TypeError: can't multiply sequence by non-int of type 'float'
On line 102 of scratch/neural_networks.py
https://github.com/joelgrus/data-science-from-scratch/blob/d5d0f117f41b3ccab3b07f1ee1fa21cfcf69afa1/scratch/neural_networks.py#L102C5-L103C67
image