During the execution, my computer shut down unexpectedly. Now, I only have the points.hdf5 file in the folder. I can read it using ultranest.read_file(log_dir='my_gauss/run/', x_dim=2). However, I want to continue with sampler.run(). How should I modify the code?
I ran the following code:
During the execution, my computer shut down unexpectedly. Now, I only have the points.hdf5 file in the folder. I can read it using
ultranest.read_file(log_dir='my_gauss/run/', x_dim=2)
. However, I want to continue withsampler.run()
. How should I modify the code?