Skip to content

Commit 86bddc1

Browse files
author
Bram Vanroy
authored
Update randomness.html
1 parent c0a71c1 commit 86bddc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stable/notes/randomness.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h2>CuDNN<a class="headerlink" href="#cudnn" title="Permalink to this headline">
301301
</div>
302302
<div class="admonition warning">
303303
<p class="admonition-title">Warning</p>
304-
<p>Deterministic mode can have a performance impact, depending on your model.</p>
304+
<p>Deterministic mode can have a performance impact, depending on your model. This means that due to the deterministic nature of the model, the processing speed (i.e. processed batch items per second) can be lower than when the model is non-deterministic.</p>
305305
</div>
306306
</div>
307307
<div class="section" id="numpy">
@@ -581,4 +581,4 @@ <h2>Resources</h2>
581581
})
582582
</script>
583583
</body>
584-
</html>
584+
</html>

0 commit comments

Comments
 (0)