You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello All,
Really cool tool! Just wanted to point out:
TypeError: unsupported operand type(s) for /: 'list' and 'int' at the line:
" return np.std(sample_s, axis=0)" for calculate_regularization()
I think it has to do with nested lists inside np.array rather than np.arrays inside np.array. Might be wrong.
Thanks much!
The text was updated successfully, but these errors were encountered:
Hello All,
Really cool tool! Just wanted to point out:
TypeError: unsupported operand type(s) for /: 'list' and 'int' at the line:
" return np.std(sample_s, axis=0)" for calculate_regularization()
I think it has to do with nested lists inside np.array rather than np.arrays inside np.array. Might be wrong.
Thanks much!
The text was updated successfully, but these errors were encountered: