-
Hello. I mentioned this in the discord and worked with a member to make sure I wasn't doing anything dumb. I tested the release version of my candle code with cudnn enabled vs equivalent pytorch code,…
-
**Description**
In order for BDK to extend beyond just a Bitcoin wallet, it needs a more powerful descriptor capability. This project aims at improving the descriptors used in the library. …
-
Hi,
I found your work searching for a bit-matrix transpose using SIMD. Seems very close to what we need. AVX is becoming more popular and I was wondering if that function needs to be modified to le…
-
It would be great to have end-to-end encryption for messaging as it's becoming ubiquitous on major chat apps.
There's a few open-source implementations of the Axolotl/OMEMO/Double-Ratchet protocol …
ghost updated
4 months ago
-
My expectation is that `predicted_draws()` and related functions should be including the `.chain` and `.iteration` details from the model but currently they are just `NA`. The values can be recovered …
-
Before doing a full design of indexable structures, we should have a list of what already exists in our examples.
-
Hi -- first, thanks for a great library!
I have noticed a weird issue where seasonal adjustment runs significantly slower on Linux than on Windows and Mac for certain series. As an example, with a …
-
This is a simplified version of Homer's adjoint variable method. Homer's current version has several great features, but the core functionality still seems slightly buggy. Specifically, the adjoint gr…
-
My research task needs optimizing an complex objective function:
![y5cyd 0e980bwy qw d s](https://cloud.githubusercontent.com/assets/13865086/10625741/5d5feb10-77d9-11e5-840a-9dc784e8cd19.png)
q, a\* …
-
I am working in a situation where my draws are a 2 or 3-D array, where one of the dimensions is `# of parameters`, and the others are meaningful (e.g. `draws`, `chains`)
If one of my parameters is,…