Getting zero accuracy - vision - PyTorch Forums
discuss.pytorch.org › t › getting-zero-accuracyMay 07, 2020 · I am working on dog breed identification problem. While training I am getting zero accuracy though my loss is decreasing after each epoch. I can’t get where I am wrong so please help. I have used a dataset of images which is being loaded in the following class using root directory. The label passed to the following class is a pandas dataframe where the first column denotes id, i.e., the name ...