You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process Process-415:
Traceback (most recent call last):
File "/path_to_python/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/path_to_python/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/path_to_code/code/my_flare/flare/gp_algebra.py", line 21, in queue_wrapper
result_queue.put((wid, func(*args)))
File "/path_to_code/code/my_flare/flare/gp_algebra.py", line 1179, in get_ky_and_hyp_pack
training_data = _global_training_data[name]
KeyError: 'default_gp' (or whatever name='' I specified)
I don't know what causes this error because some training can run without any problems but some will encounter this KeyError. Also, this error didn't occur until a few steps in the training.
My best guess is that I am running my script in parallel on a shared computation node (with 16-24 cpus), so each subprocess has problem communicating?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi I encountered an error while using ASE_OTF() to train my system.
I copied the error messages below
I don't know what causes this error because some training can run without any problems but some will encounter this KeyError. Also, this error didn't occur until a few steps in the training.
My best guess is that I am running my script in parallel on a shared computation node (with 16-24 cpus), so each subprocess has problem communicating?
Thank you in advance!
The text was updated successfully, but these errors were encountered: