You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to retrain a model with code in FeatureVector floder. But I don't know the format of all the data exactly. I try to contribute the csv file myself, but it doesn't work and throw an error "ValueError: Cannot feed value of shape (3246, 1) for Tensor 'pl_labels:0', which has shape '(?, 85)'". Please help me. Thank you.
The text was updated successfully, but these errors were encountered:
I have solved this problem myself. The first row of the label file is the name of each image. The next rows are the label of the file. The label is one-hot encoding.
I try to retrain a model with code in FeatureVector floder. But I don't know the format of all the data exactly. I try to contribute the csv file myself, but it doesn't work and throw an error "ValueError: Cannot feed value of shape (3246, 1) for Tensor 'pl_labels:0', which has shape '(?, 85)'". Please help me. Thank you.
The text was updated successfully, but these errors were encountered: