-
**Describe the bug**
In the CustomCallback, getting the mean reward causes a numpy Error:
> TypeError: unsupported operand type(s) for /: 'str' and 'int'
The values are:
```python
x, y = t…
-
Hi, thanks for your great work.I want to render the video with my own camera track like ngp,can you give me some advice?, thanks a lot!
-
### 🐛 Bug
Hello. I am trying to reproduce some algorithms or experiments, to record some data. But some expectation happens, nan is generated for some unknown reasons. Any advice to solve?
### T…
-
## Describe the problem
SO users have asked if we can check over our keywords to make sure they're consistent across all the pysmurf functions. Here's a snippet of code that extracts the (or at l…
swh76 updated
3 years ago
-
Hi,
NIfTI-MRS standard allows DIM_COIL to be 1, but `mrs_tools vis` will throw an error because `coil_cov` is a scalar rather than a matrix, which makes the code block below fail:
```py
combinedc…
-
Hi, thank you for making an amazing notebook that I can practice.
I would like to change the size of the image.
For example, in R1GAN and BEGAN, `IMAGE_DIM` is (64, 64, 3). However, I would li…
-
Since upgrading GPy from 1.4 to 1.9 I'm getting much less effective hyper parameter optimisation. This often gives interpolation errors that are ~ factor of 10 larger in the newer versions of GPy. I'…
-
Hi,
I'm interested in doing some time-series state-space modelling in edward. So I started implementing a simple autoregressive model AR(k) with a toy dataset. I started out with fixed values for the…
-
I am working on the data splits for the destriper (#309 ) and I encountered a couple of bugs.
1. In the report template for the destriper, I added a reference to the filename of the figure, so that…
-
I am new to GPytorch and am trying to regress GP to some data which has fast varying and slow varying parts. As a result a single lengthscale cannot capture both. I was wondering if it is possible to …