"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "31559b690e84a89661b9a047aa39a6b30d9f0b26"
Unverified Commit 3d645216 authored by Yongbo Wang's avatar Yongbo Wang Committed by GitHub
Browse files

typo

modify `mull` to `null` in line 474 annotation.
parent 76906372
...@@ -471,7 +471,7 @@ def write_predictions(all_examples, all_features, all_results, n_best_size, ...@@ -471,7 +471,7 @@ def write_predictions(all_examples, all_features, all_results, n_best_size,
prelim_predictions = [] prelim_predictions = []
# keep track of the minimum score of null start+end of position 0 # keep track of the minimum score of null start+end of position 0
score_null = 1000000 # large and positive score_null = 1000000 # large and positive
min_null_feature_index = 0 # the paragraph slice with min mull score min_null_feature_index = 0 # the paragraph slice with min null score
null_start_logit = 0 # the start logit at the slice with min null score null_start_logit = 0 # the start logit at the slice with min null score
null_end_logit = 0 # the end logit at the slice with min null score null_end_logit = 0 # the end logit at the slice with min null score
for (feature_index, feature) in enumerate(features): for (feature_index, feature) in enumerate(features):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment