lpphd / multivariate-attention-tcn

MIT License
90 stars 17 forks source link

XXTraining.py file does not train properly #10

Open Strawberrier opened 6 months ago

Strawberrier commented 6 months ago

Thanks to the author for sharing his code, I have some questions when I run the author's code, I hope I can get the answer from the author. I'm training without the GPU, using my computer's CPU to train, but the code seems to get stuck when the Training.py file runs to the last module, Just like:

Train on 4865 samples, validate on 1622 samples Epoch 1/120

And then he got stuck at this step. Also the CPU and GPU occupancy within the background task manager is almost non-existent, I'd like to know if the author has ever encountered this and what should be done to solve the current dilemma.

lpphd commented 6 months ago

Hello,

Thank you for the message. We have not encountered this issue. If there is no error message, is it possible that the training is slow and appears as stuck? Otherwise, I would try to debug the process step by step using an IDE like PyCharm to discover at which point the program gets stuck. Good luck and I hope your issue is resolved soon!