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
If neither the comprehensive guide or tutorials answered your question, working through the `examples <https://github.com/hackingmaterials/rocketsled/tree/main/rocketsled/examples>`_ may help.
259
+
260
+
Find the examples in the source code directory under "examples".
261
+
262
+
254
263
Contributions and Support
255
264
-------------------------
256
265
Want to see something added or changed? Here's a few ways you can!
<h3><codeclass="code docutils literal notranslate"><spanclass="pre">predictor_kwargs</span></code><aclass="headerlink" href="#predictor-kwargs" title="Permalink to this headline">¶</a></h3>
<p>For more info, see the batch.py example’s custom predictor function where <codeclass="code docutils literal notranslate"><spanclass="pre">batch_size</span></code> is used as a custom predictor function kwarg.</p>
<p>Note if using a custom predictor, your custom predictor should return the same number of guesses as the <codeclass="code docutils literal notranslate"><spanclass="pre">batch_size</span></code>.</p>
455
455
<p>See batch.py example for a demonstration.</p>
456
456
<p><em>Note: Enabling large batch sizes may cause synchronicity issues. For example, rocketsled waits for all batch calcs to finish before running
457
457
another batch. If one calc fails, the batch optimization will fail.</em></p>
one example of each. If working through the tutorial did not answer your
205
205
question, you’ll most likely find your answer here.</p>
206
206
</div>
207
+
<divclass="section" id="id2">
208
+
<h2><aclass="reference external" href="https://github.com/hackingmaterials/rocketsled/tree/main/rocketsled/examples">Examples</a><aclass="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
209
+
<p>If neither the comprehensive guide or tutorials answered your question, working through the <aclass="reference external" href="https://github.com/hackingmaterials/rocketsled/tree/main/rocketsled/examples">examples</a> may help.</p>
210
+
<p>Find the examples in the source code directory under “examples”.</p>
0 commit comments