0% accuracy on test set ? #895
Unanswered
kevinPoliPoli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, i recently trainer a ConvTranPlus (default parameters) model for a multi class problem (21 classes, 4 features) obtaining 94% of accuracy on the validation set (image below)
(sorry for the image, in the y axis loss goes from 3.0 to 0.5)
As we can see the valid loss is below the training loss level, so the model has an high generalization capability...
The problem is that when I try to make predictions on the same training set I used to train the model I obtain 0-4% accuracy. How it is possible? I also tried both with train and valid set, obtaining always 0-4 % accuracy.
Moreover, making inference on the same set multiple times, I obtain different results (0-4%)
ps: the dataset is private, I can't provide it here
Thank you in advance :)
Here the code I wrote:
relabeling
create dataset and splits
apply standardization and prepare dataloader
build learner to find LR
train
save the model
make inference
Beta Was this translation helpful? Give feedback.
All reactions