dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf

Home Page:https://dreamquark-ai.github.io/tabnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when I try to train with pretrained model loaded, kernel dies

nikhoj opened this issue · comments

I am trying to train a model after pretraining. whenever it reaches to last epoch it shows the final log message that best epoch was X .... and then keep running. After sometime the kernel dies. It happens always.

Could you please let me know if this is any mistake from my end? I was using in AWS Sagemaker.

when drop_last is set to 'True', this problem does not arise.

Well that's weird, glad you found a solution to this problem.