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
Classification of flower classes (daisy, dandelion, rose, sunflower, tulip) - Data
I have implemented 3 architectures. Two of which are fine-tuned on pre-trained architectures - Inception-V3 and ConvNext and one of which is a vanilla grade architecture.
Stored best epoch checkpoints for inference.
Used custom dataset class to retrieve data
Need to properly apply transformations to train and test data. As of now I haven't done data augmentation. Need to do it and check performance.