Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
solderzzc authored Mar 23, 2019
1 parent 481fa59 commit 695ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embedding/classifier_classify_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def train_svm_with_embedding(args_list):
judge_paths = paths
judge_labels = labels
judge_nrof_images = len(judge_paths)
if HAS_OPENCL == 'true:
if HAS_OPENCL == 'true':
judge_emb_array = np.zeros((judge_nrof_images, 512))
else:
judge_emb_array = np.zeros((judge_nrof_images, 128))
Expand Down

0 comments on commit 695ed5c

Please sign in to comment.