Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

can only concatenate str (not "numpy.uint8") to str

test_labels[i] # is not a string so just change it into one
str(test_labels[i]) # should fix it
 
PREVIOUS NEXT
Tagged: #concatenate #str #str
ADD COMMENT
Topic
Name
6+3 =