-
Notifications
You must be signed in to change notification settings - Fork 19
Description
@Tsingularity @daviswer
Dear Authors
I would like to ask how does 'val_acc' change during 'pre-training'?I am using the 'ResNet-12' model you provided to pre-train on my own dataset. Its 'train_acc' is good, but 'val_acc' is particularly poor and has not improved with pre-training. Is this the gap between normal training and small sample validation?
The content of the train.bash file is as follows:

The log file is as follows:

The introduction of my personal dataset is as follows:
1. train_classes: 382 train_images: ~16w
2. val_classes: 191 val_images: ~10w
3. test_classes: 191 test_images: ~8w
What might be the reason?
I am still a novice in this field, and any reply from you will be helpful to me!
As a supplement: I also tried to use the pre-trained model directly for testing on my dataset, but the results were not very good either.(But it is normal on other datasets)
