Hello all, I’m having trouble with applying what was taught in Lesson 1 & 2 to this Kaggle dataset. I’m getting an error “ValueError: too many values to unpack (expected 2)” and don’t know how to proceed.
Along with what I’ve done thus far.
A couple concerns/possibilities I’ve had:
- This was a very unbalanced dataset with over half of the items being “Neutrophil”
- This dataset is meant for Tensorflow (I’m guessing) since it included labeled XMLs. I’m not sure if that makes any difference to the CNN I’m trying to apply it to
- The labeling of the images doesn’t match the CSV. The pictures are a seemingly random string whereas the label.csv counts upward.