You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to implement your model with the imagenet pre-trained weights you have provided on the repository. I'm hoping to run inference on a single image. The problem I'm facing is that, every time I run inference, model gives the output tensor(600), which means it's predicting the class for every image to be 600. I have tried different images (of different classes), the model consistently labels every image to 600.
I wish to know why must this be happening, am I doing something wrong? Following is my code:
Hi, I am trying to implement your model with the imagenet pre-trained weights you have provided on the repository. I'm hoping to run inference on a single image. The problem I'm facing is that, every time I run inference, model gives the output tensor(600), which means it's predicting the class for every image to be 600. I have tried different images (of different classes), the model consistently labels every image to 600.
I wish to know why must this be happening, am I doing something wrong? Following is my code:
Hi, I am trying to implement your model with the imagenet pre-trained weights you have provided on the repository. I'm hoping to run inference on a single image. The problem I'm facing is that, every time I run inference, model gives the output tensor(600), which means it's predicting the class for every image to be 600. I have tried different images (of different classes), the model consistently labels every image to 600.
I wish to know why must this be happening, am I doing something wrong? Following is my code:
Can you help me?
The text was updated successfully, but these errors were encountered: