I am building a network for multi-label image classifier (Colab). As the metric, I am using HammingLoss.. While training, it is throwing ValueError: None values not supported. What can be the point that I am missing? I am using Tensorflow ImageDataGenerator to make a batch of 8 images along with its labels. Below is the network architecture and fit method:
I am building a network for multi-label image classifier (Colab). As the metric, I am using HammingLoss.. While training, it is throwing
ValueError: None values not supported
. What can be the point that I am missing? I am using Tensorflow ImageDataGenerator to make a batch of 8 images along with its labels. Below is the network architecture and fit method:The error stack is: