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
I have a medical dataset with 3 classes which are slightly different from each other.
I trained ResNet50 for classification and got 74% accuracy on the validation dataset.
I used this ResNet50's weights in train_Food_11_ResNet50.py and tried to get better accuracy.
I got 100% accuracy but combined accuracy didn't exceed 68%. Can you please tell what can I do to improve?
I was hoping to get better results using your approach.
Dataset specifications: X-ray of dog's hearts (Large, Normal and Small categories)
The text was updated successfully, but these errors were encountered:
I have a medical dataset with 3 classes which are slightly different from each other.
I trained ResNet50 for classification and got 74% accuracy on the validation dataset.
I used this ResNet50's weights in train_Food_11_ResNet50.py and tried to get better accuracy.
I got 100% accuracy but combined accuracy didn't exceed 68%. Can you please tell what can I do to improve?
I was hoping to get better results using your approach.
Dataset specifications: X-ray of dog's hearts (Large, Normal and Small categories)
The text was updated successfully, but these errors were encountered: