-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The kernel appears to have died. It will restart automatically. #26
Comments
@xvdp Have you met this problem? Could you offer me some help? Thank you so much. |
I am having the same issue. |
I'm also having the same issue |
Also having the same issue. Running in python directly give a |
The same issue on Ubuntu 16.04, Threadripper 2950X, PyTorch 1.0.1. UPD: I am not sure but it seems like a deadlock somewhere because I couldn't catch this with a debugger. |
I'm also having the same issue |
I am having the same issue. |
Had the same issue, here is the fix: Modify run_epoch cast all counters to numpy values with Here is the corrected function:
|
@ArdalanM Your MVP |
I still have the same issue. It runs fine for a few batches and then gives a floating point exception. Any other suggestions. |
@ArdalanM, it runs for about 400-500 batches and then throws a floating point exception. Had you experienced the same type of error? Any suggestions to solve it? |
I am having this same issue, running pytorch 1.2.0 on a Ubuntu 18.04.3 desktop, every time I try to run a CNN script atthe point where the "training" is invoked. ANN, RNN scripts work without any such issues. It seems that a lot of people are having this problem for quite a while, i am amazed that this issue is still unresolved |
Firstly Uninstall pytorch as follows: Then Freshly install Pytorch as follows: This solved the issue for me! |
I just created a new virtual environment in conda (I use anaconda). Then do: pip install transformers After that re-run your code should work. |
i was trying to run this code in Jupyter notebook,but when i run this cell, it came out an error: 'The kernel appears to have died. It will restart automatically.' I cant figure out why this error will come out,could anybody offer me some help? Thank you so much.
The text was updated successfully, but these errors were encountered: