How many epochs do one have to train to see reasonable predictions. Training 10 epochs, my model predicts only 'class19' with 29% accuracy
I think the problem is somewhere else since I achived my best LB score with only 5 epochs
Thank you. I agree with you. The input to my model is the sequence ID, not the sequence itself. Am I right or wrong?
Your model will learn nothing from the sequence ID... the real input the model should learn from is the sequence itself and based on that sequence pretict the apropriate label