Skip to content

Commit 264c047

Browse files
Update inference section with figure reference (#76)
Added reference to inference figure in the inference section.
1 parent 072939a commit 264c047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/paragator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Intuitively, the model is rewarded when at least one of its $m$ attempts solves
107107

108108
### Inference
109109

110-
During training, we optimize a single round of aggregation over one candidate pool. At inference time, however, we naturally generalize this to multiple iterations of aggregation, enabling sequential scaling in addition to the learned parallel sampling.
110+
During training, we optimize a single round of aggregation over one candidate pool. At inference time, however, we naturally generalize this to multiple iterations of aggregation, enabling sequential scaling in addition to the learned parallel sampling (see inference figure above).
111111

112112
Concretely, given problem $x$, we first sample an initial pool of $m$ candidates $y_{1:m}^{(0)} \sim \mathcal{M}_\theta(y \mid x)$ and sample $m$ aggregated solutions
113113

0 commit comments

Comments
 (0)