-
Hi, I read your paper and found the following confusing. When you're describing your ablations which culminate in ReBased it starts with
> x^2 – substituting the original kernel function with a s…
-
Let's discuss and decide on some terminology to use consistently **for dense tensors**:
1) A tensor which is addressed by *n* indices is:
- [ ] a: *n*-dimensional
- [ ] b: *n*-mode
-…
-
## 🐛 Bug
I try to using amp in Pytorch core with torch.nn.DataParallel for multi-gpu training. I wrap forward pass in model in autocast, but get error
## To Reproduce
Steps to reproduce the…
-
Hi,
This is related to another issue so it might make more sense to join it with the other thread.
I'm trying to make this linear kernel: x1^T (Sigma) x2 where Sigma is a d x d matrix some of …
-
I have a situation where many of my formulas come in sets like the following:
```
'bijklmn,bij,bkl,bm,bn->'
'bijklmn,bij,bkl,bm,bn->bij'
'bijklmn,bij,bkl,bm,bn->bkl'
'bijklmn,bij,bkl,bm,bn->bm'
…
-
I am trying to use azure openai but I got this error.
`raise OpenAIError(
openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENA…
-
Dear Alec,
I spent a while going down the rabbithole of trying to evaluate iterative solvers as well. Having some more careful, geometry processing oriented, benchmarks of iterative methods coul…
-
I am a beginner for Pyro. I'm currently working on a project in improving autoguides by removing **mean-field** assumptions, which means that the posterior should not use **AutoMultivariateNormal** or…
-
We're going to go [pytorch](https://www.pytorchlightning.ai/) OR [numpyro](https://github.com/pyro-ppl/numpyro). The framework will have the following skeleton
`model.py (mmvec.py)`
```python
…
-
There's another big optimization potential to speed up the generation of FK-tables. Currently, I believe, pineko works the following way (correct me if I'm wrong):
1. we store flavour-basis to flavou…