Relative Content

Tag Archive for pythontensorflowdeep-learningconv-neural-network

Python and Tensorflow Image classifier got Error during training: Argument `output` must have rank (ndim) `target.ndim – 1

I am creating a model using Python and Tensorflow to scan a folder structure with images and metadata associated to those images that are saved in a text file (CSV). I am trying to train the model using both the images stored in a certain folder alongside with the metadata associated, but when it comes to the prediction, I will need only a image to execute it. This is the code of my model: