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
I am trying to learn sparse_gp_tutorial.ipynb. When I increase the size of training_size and validation_size, an error occured.
sparse_gp_tutorial.ipynb
training_size
validation_size
Structure(cell, coded_species, pos, cutoff, descriptors) MemoryError: std::bad_alloc
I want to use it to deal with large system. How can I prevent the this error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to learn
sparse_gp_tutorial.ipynb
. When I increase the size oftraining_size
andvalidation_size
, an error occured.I want to use it to deal with large system. How can I prevent the this error?
The text was updated successfully, but these errors were encountered: