We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 server has multiple TitanX cards, can language_model can run in device 0, but not others. The error in nivida side is
GPU 0000:04:00.0: Detected Critical Xid Error
In language_model side is
Vocabulary size = 10002 (occuring more than 1) Max training epochs = 2000 Training cutoff = -1 Number of threads = 1 minibatch size = 100 max_patience = 5 device = gpu Load location = N/A Constructed Stacked LSTMs Vocabulary size = 10002 Input size = 100 Output size = 10002 Stack size = 4 Shortcut connections = true Memory feeds gates = true an illegal memory access was encountered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The server has multiple TitanX cards, can language_model can run in device 0, but not others.
The error in nivida side is
In language_model side is
The text was updated successfully, but these errors were encountered: