-
Hi,
I followed the tutorial to define a custom log-likelihood to give that to `bat_sample()`. My likelihood seems to work fine, however, `bat_sample()` doesn't work for me. After some time I get the …
-
We can write one mega guide, or a few ones covering the following topics:
- Use `keras_nlp.models.GPT2CausalLM` to generate text.
- Finetune `keras_nlp.models.GPT2CausalLM` to generate text matching…
-
### 🐛 Describe the bug
import torch
a = torch.tensor([[1+2j, 3+4j]], dtype=torch.complex32)
b = torch.tensor([[2+3j], [4+5j]], dtype=torch.complex32)
c = a @ b
RuntimeError: "addmm_cu…
-
Sorry for the long report in advance, I hope developers can react to this, and agree to find a better approach.
The existence of `Feature2D::detect` and `Feature2D::compute` advertises for detector…
ghost updated
2 years ago
-
We've done work to incorporate RTK gps into the path follow template. See https://github.com/autorope/donkeycar/issues/991
I have the gps following the path (still need to do a better job on PID, …
-
Hello,
I would like to suggest implementing my paper: Differential Diffusion: Giving Each Pixel Its Strength.
**Is your feature request related to a problem? Please describe.**
The paper allows a…
exx8 updated
4 months ago
-
I have a new wrong situation here:
after `python train.py` and I get this error:
UserWarning: Pydantic serializer warnings:
Expected Union[float, tuple[float, float]] but got list - serialized va…
ZoeQU updated
4 months ago
-
After a discussion with @penzn and @RossTate, we realized it would be helpful to catalog some resources for auto-vectorizable and hand-vectorized code. These should be useful for benchmarking and star…
-
The issue in short: when you run an algorithm for a small number of function evaluations, e.g. 100D, the postprocessing will still generate the ECDF graphs for the full best 2016 benchmark. This takes…
-
I've been using `tldr++ version 0.6.1` for some time and it has been a great experience. Thank you very much for developing this!
There are a couple of issues in your latest release (tested on Xubu…