Closed
Description
@kp992 there is an execution error being reported in the bayes_nonconj
lecture
TypeError�[0m: Called multiply with a float0 array. float0s do not support any operations by design because they are not compatible with non-trivial vector spaces. No implicit dtype conversion is done. You can use np.zeros_like(arr, dtype=np.float) to cast a float0 array to a regular zeros array.
If you didn't expect to get a float0 you might have accidentally taken a gradient with respect to an integer argument.
Do you have time to look into this and open a PR?
@kp992 also is there any way to make these log files more useful re: syntax?
Metadata
Metadata
Assignees
Labels
No labels