ERROR: 0D or 1D target tensor expected, multi-target not supported
I am training a deep learning model on the purpose of classifying images of playing cards using convolutional nueral networks. This is the my model , it’s architecture and training loop
Image datasets for classification tasks
I am currently implementing some neural networks for a image classification task, and i was wondering what the “best” approach of the following is.