Skip to content

Commit 6bd5e71

Browse files
committed
Fixed duplicate stack exchange
1 parent f2a9792 commit 6bd5e71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/vision/nl_image_search.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,8 @@ def test_step(self, features):
515515
optimizer. We also set the `run_eagerly` to `False` to improve training performance and
516516
efficiency.
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

524522
dual_encoder = DualEncoder(

0 commit comments

Comments
 (0)