Fatima Challenge
- Dataset: I'm using the
cats_vs_dogsdataset from kaggle instead of huggingfacedatasetssincecats_vs_dogsindatasetshave checksum error. The original dataset is from Microsoft. However, some files are corrupted and it hasn't been divided intotrainandtestfolders. - Model: I'm using
ResNet50withpretrained=Truefrompytorch. The choice of optimizer isAdamwithlr=1e-4. I had triedAdamWbefore coming back toAdam. I also added thelr_schedulerto reconfigure the learning rate. - Number of epochs: I'm using 10 epochs in total. I had tried with 20, however, only the
train_accincreases by ~1%, so it does not worth trying for an increasing amount of training time.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support