Skip to content

BUG: [bayes_nonconj] Execution error #417

Closed
@mmcky

Description

@mmcky

@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?

bayes_nonconj.err.log

@kp992 also is there any way to make these log files more useful re: syntax?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions