You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/circuit_eval.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Klay also supports `probabilistic circuits <https://starai.cs.ucla.edu/papers/Pr
79
79
Inference
80
80
*********
81
81
82
-
The input to the circuit should be tensor with as size the number of of input literals.
82
+
The input to the circuit should be a tensor with as size the number of input literals.
83
83
Note that when using the :code:`log` semiring, the inputs are log-probabilities, while in the :code:`real` or :code:`mpe` semiring the inputs should be probabilities.
84
84
In case you are using a probabilistic circuit, you should likely have some input distributions producing these (log-)probabilities prior to the circuit.
0 commit comments