-
## 🐛 Bug
When using uniformly-distributed random number generation, especially using `float32`, over a range including 0, the sampling code ignores the extra precision of floating-point around 0, l…
-
# Failing Tests
> Please see the failing tests divided into sections below. Click on each section to expand. Feel free to get assigned to an issue by following the instructions [here](https://unify.ai…
-
some questions were asked here:
https://github.com/Rassibassi/claude/commit/a5c74a66a8f7d2a43f95430308b582a5e6709d3b#commitcomment-136146827
I'm creating a new issue for the latest question, such …
-
`IncrementOffset`作为generator设置offset的接口其设置的offset会进行数据叠加,一般我们希望offset设置是4的倍数,这个可以从部分API的描述中看出,如[distribution helper](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/kernels/funcs/dist…
-
Hi,
First of all, thank you for this research—I'm really enjoying working with it.
I successfully reproduced the results on the CUB dataset, but I am facing issues with reproducing the results o…
-
Thank you for sharing the dataset and open-source model. Ovis employed VE + Head + Tokenize (essentially a softmax) and subsequently obtained the same hidden dimension features for the LLM.
I remain …
-
Hi, thanks for the great work.
I developed an autoregressive model that is somewhat similar to T2M-GPT. However, during sampling, I get better results when `if_categorical=False` compared to `if_ca…
-
Hello!
I am facing this problem:
TypeError: sample() got an unexpected keyword argument 'z_'
Looking forward to your reply. Thanks!
Best wishes!
-
track change of tf
-
Hey, authors,
Thanks for your open sourcing such a nice work. I have a small question on your code:
Why [F.gumbel_softmax](https://github.com/uzh-rpg/svit/blob/d2472c13e667f4ef4c098898faec2e6cbe…