This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Insufficient documentation for multi-label training for numpy arrays #295
Labels
image
Related to images
I am working on medical imaging research and I am supposed to have one input and two labels (two heads/two outputs).
Reproducing the issue from https://datascience.stackexchange.com/questions/74911/data-augmentation-for-multiple-output-heads-in-keras (my own question of that link):
I am raising this as an official issue as I have not been able to find any documentation on writing custom data augmentation class if the default
ImageDataGenerator
class cannot handle multiple labels. I hope I don't have to switch back to PyTorch because, Keras is what has gotten me to where I am in my career.The text was updated successfully, but these errors were encountered: