Skip to content

Commit 59794c4

Browse files
authored
Merge pull request rust0258#67 from ijelliti/update-UNQ_C10
update UNQ_C10
2 parents 6c89eb0 + 2fd8cba commit 59794c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4 - Natural Language Processing with Attention Models/Labs/Week 1/C4_W1_Assignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@
20792079
" # use the scoring function to get a dictionary of scores\n",
20802080
" # pass in the relevant parameters as shown in the function definition of \n",
20812081
" # the mean methods you developed earlier\n",
2082-
" scores = weighted_avg_overlap(jaccard_similarity, samples, log_probs )\n",
2082+
" scores = score_fn(similarity_fn, samples, log_probs )\n",
20832083
"\n",
20842084
" # find the key with the highest score\n",
20852085
" max_index = max(scores, key=scores.get)\n",

0 commit comments

Comments
 (0)