Open siinghim opened 1 week ago
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?
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?