probability
probability copied to clipboard
tfp.mcmc.NoUTurnSampler is not working with ReplicaExchangeMC
I get the error that indicates NUTs is not yet implemented for the ReplicaExchangeMC. Here is the error
REMCFieldNotFoundError: NUTSKernelResults( ) or a kernel result nested within it is currently not supported by the ReplicaExchangeMC kernel. Missing field proposed_results. Please file an issue on the TensorFlow Probability GitHub page.
This is a link https://colab.research.google.com/drive/1QQYIbH0-lWcxJGd2M5mwpAO-XDuwoWA3?usp=sharing to a colab notebook with the error.