Using ImageClassifierData.from_csv() for fer2013 data

Hi,
I am trying to run a basic convolutional architecture on the fer2013 dataset.
The dataset is given in the format of emotion,pixels.
The images are black and white.

  1. How does the ImageClassifierData.from_csv() deal with the label column?
  2. How can I set up the architecture to accept the black and white images?
    Thanks!
1 Like