-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
API changesThis impacts the public API of the project (e.g. inference class).This impacts the public API of the project (e.g. inference class).questionFurther information is requestedFurther information is requested
Description
Currently, .log_prob() returns shape N, where N is the number of theta at which log_prob had been called. Would N,1 be more desirable here?
Also, should we directly sum the returned log_probs? I.e. Evaluate the joint log_prob of a batch of samples.
See #275
Metadata
Metadata
Assignees
Labels
API changesThis impacts the public API of the project (e.g. inference class).This impacts the public API of the project (e.g. inference class).questionFurther information is requestedFurther information is requested