File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -515,10 +515,8 @@ def test_step(self, features):
515515optimizer. We also set the `run_eagerly` to `False` to improve training performance and
516516efficiency.
517517
518- The `temperature` parameter is used to make the softmax function more seperable. This is
519- explained in greater detail in [this stack
520- exachange](https://stats.stackexchange.com/questions/527080/what-is-the-role-of-temperature-in-softmax).
521- exachange](https://stats.stackexchange.com/questions/527080/what-is-the-role-of-temperature-in-softmax).
518+ The `temperature` parameter is used to make the softmax function more separable. This is
519+ explained in greater detail in [this stack exchange](https://stats.stackexchange.com/questions/527080/what-is-the-role-of-temperature-in-softmax).
522520"""
523521
524522dual_encoder = DualEncoder (
You can’t perform that action at this time.
0 commit comments