-
Hi @darylnak,
I took a look over your implementation of the MMD - I think this is slow because it's doing a lot of looping in Python. In general, the more code you can push into built in NumPy/SciP…
-
Currently, our unit tests only check that the models (Svgp and Svgplvm) runs, but we do not check that they "do the right thing". We should create tests that check the correctness of these models in a…
-
while running the code, I got the following error:
______________________________________________________________________
ValueError: Variable r already exists, disallowed. Did you mean to set reuse…
-
so, finally, we came to the end of the project here are a few links to each and everything we have used, hope it might be useful :)
**feature extractors**
LNIP(feature extractor) I am preparing th…
-
S32X Core version:
Release 20220607
Hi!
The Pinocchio prototype exhibits a trembling HUD when horizontally scrolling the screen only on the S32X core; it doesn't happen on real hardware. The vi…
-
The user who sent this transaction with a fee of 4.66 sats/vB was unable to increase the fee enough to be relevant with the "leftover" 331 sats.
![image](https://github.com/leather-wallet/extension/…
-
[First seen safe replace-by-fee](http://www.mail-archive.com/bitcoin-development%40lists.sourceforge.net/msg07829.html) is now actively mined by f2pool (21% of the network hash) and we can expect more…
-
Create some methods for returning either an abstract function approximation at a point, or some way of generating samples from a set of approximation parameters. Maybe some kind of abstract ScalarFie…
-
Hi everyone,
Can anyone tell me how to train a homo prediction model? I don't know what the correct CLI format is.
Following was the CLI I have tried:
spktrain experiment=homo (Config incompl…
-
Hi,
Thanks very much for this code implementation. I was wondering if there is any way to use combination of different kernels like (Krbf*Kmatern+Krbf) within the same code ??