Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 17, 2024
1 parent ad45045 commit 7ef8dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def softmax(scores: list[int | float]) -> list[float]:
# return probabilities

scores = [1, 2, 3]
print(softmax(scores=scores))
print(softmax(scores=scores)) # type: ignore

0 comments on commit 7ef8dac

Please sign in to comment.