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
The sampling used by default Metropolis use a simple metropolis hasting sampling. I have done zero effort to optimize the code nor or CPU/GPU. As it is a central part of the code it would be great to see if we can improve its performance.
We should try to optimize it on a single CPU/GPU and we will use Horovod (or similar) to distribute over multiple GPUs.
The text was updated successfully, but these errors were encountered:
The sampling used by default
Metropolis
use a simple metropolis hasting sampling. I have done zero effort to optimize the code nor or CPU/GPU. As it is a central part of the code it would be great to see if we can improve its performance.We should try to optimize it on a single CPU/GPU and we will use Horovod (or similar) to distribute over multiple GPUs.
The text was updated successfully, but these errors were encountered: