Joshua G Albert
Joshua G Albert
I would like to use fsleyes/view. I built the singularity image following the instructions. Then did ``` python singularity shell my_nipype.simg cd /opt/fsl-5.0.10/bin fsleyes ``` The fsl logo flashes briefly...
Hello, Nice package, however I'm unable to see anything in printed to stdout with logging except logging.warning. I am not running with optim.silent context, and I also modified the src...
I have a request that you may find interesting. Many people are applying AI to games, as a sort of benchmark for comparing AI. The game of chess is long...
Hi could you create a walkthrough for newbies on how to get this set up on one's Git Page? This would be super useful for, e.g. academics who want to...
In the [notebook](https://github.com/awjuliani/DeepRL-Agents/blob/master/Deep-Recurrent-Q-Network.ipynb) I don't see where your recurrent Q value model gets its trace dimension. You're just reshaping the output of a convnet and feeding this directly into an...
I came across a case where the implementation of the White kernel is wrong. The definition in GPflow states that the [matrix representation](https://github.com/GPflow/GPflow/blob/develop/gpflow/kernels.py#L323) is simply a diagonal, however when you...
## Description Running an SVGP with NatGrad optimizer fails because `meanvarsqrt_to_natural` expects a full covariance shape. ## MVCE ```python X = np.random.uniform(size=[N,1]) Y = X m = gp.models.SVGP(X,Y,gp.kernels.RBF(1),gp.likelihoods.Gaussian(),q_diag=True) gp.train.NatGradOptimizer(1.).minimize(m, vars_list=[[m.q_mu,...
**Is your feature request related to a problem? Please describe.** I believe I have caught all possible places where a NaN _could_ arise and thus cause some non-intuitive non-terminating behaviour....
**Is your feature request related to a problem? Please describe.** I want all distributions in `tf_probability` to be available priors in `jaxns`. **Describe the solution you'd like** The user should...
**Is your feature request related to a problem? Please describe.** A problem that comes up frequently in physics, biology, and other sciences are that the likelihoods require special simulation code...