Skip to content

Commit 695ed5c

Browse files
authored
fixed typo
1 parent 481fa59 commit 695ed5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embedding/classifier_classify_new.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def train_svm_with_embedding(args_list):
366366
judge_paths = paths
367367
judge_labels = labels
368368
judge_nrof_images = len(judge_paths)
369-
if HAS_OPENCL == 'true:
369+
if HAS_OPENCL == 'true':
370370
judge_emb_array = np.zeros((judge_nrof_images, 512))
371371
else:
372372
judge_emb_array = np.zeros((judge_nrof_images, 128))

0 commit comments

Comments
 (0)