-
Make it available that Cake Wallet on android be able system wide to open links for XMR, LTC and BTC address with next format:
`litecoin:?amount=`
`bitcoin:?amount=&fee=&rbf=`
`monero:?tx_amount=`
…
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in
8 …
-
I tried to compile `fpgagen` but the .rbf file I get is different (366.044 vs 366.065 bytes) from the latest `fpgagen_200523` from `mist-binaries`. And more importantly it doesn't work at all - just a…
-
I couldn't find anything about the technique used by GPy when optimising the length-scales in an RBF kernel with ARD=True.
I'm aware of Log-likelihood optimisation (methods such as conjugate gradie…
-
I tried to do GP regression for some data with GPy:
X = np.array([[3, 4], [0, 4], [1, 1], [3, 4], [2,2], [2, 3], [3, 0], [3.3, 4.6], [2.5, 3.5],[4, 1]] )
y = np.array([-6.5, -12.5, -2.5, -6.5, -1…
-
## 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 =…
-
When i run the "RGAN.py",there's an error said
" samples, pdf = GP(**data_options, kernel='rbf')
TypeError: GP() argument after ** must be a mapping, not NoneType".
While if i run the "data_ut…
-
Hi Dougal,
I recently updated package and conda and I run into this issue:
```
---------------------------------------------------------------------------
ValueError …
-
We currently only allow one interface of an engine, set by `set_fit()`. Some engines have multiple interfaces themselves but we don't leverage that. This [SO post](https://stackoverflow.com/questions/…
-
This issue is the tracker for benchmarks on pytorch ops with different axes order.
All time counted in $\mu s$.
Notations:
- `B`: batch
- `K` (also `I`, `J`): unit
- `F`: folding
- `R`: rank…