DictModel.log_prob()

DictModel.log_prob()#

DictModel.log_prob(model_state)#

Returns the log-probability from a model state.

Parameters:

model_state (Any) – A dictionary of variable or node names and values.

Return type:

float