Hi,
Is there any built-in function to save the weights and biases and set the initial θ0 for the HMC method? I have not found one and suspect that method.make_sampler(log_posterior_fn, self.global_processes.initial_values) uses self.global_processes.initial_values to represent the initial setting for HMC. Is this correct? And I would like to ask, are the weights resulting from all the samples stored in the samples obtained from samples, results = model.run()? Thank you in advance for your response.