-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
| B = tf.reduce_sum(alpha*(S-alpha)/(S*S*(S+1)), axis=1, keepdims=True) |
Isn't it B = tf.reduce_sum(alpha*(S-alpha)/(S*S*(alpha+1)), axis=1, keepdims=True) from https://chcorbi.github.io/posts/2020/11/dirichlet-networks/#prior-networks ecuation (31)?
Metadata
Metadata
Assignees
Labels
No labels