-
미로 맵 시각화
-
Hi,
I noticed that for DIP and Unbiased, there is this piece of code inside `__call__` function within the logit processor:
```
if input_ids.shape[-1] < self.config.prefix_length:
…
-
Hi, I would like to discuss about the masking process in the self test function. I read the bitmask defines and if I'm not mistaken you wrote the inverted masking to operate. Based on that I have a do…
-
The current definition of img_to_3channel needs masking to avoid infinities or NaNs. It has dead code for numpy masked arrays, but jax doesn't allow this.
-
Hi, great work! I have a few questions regarding the implementation.
In the article, the template diagram mentions the masking of DEG, but I couldn’t locate the corresponding part in the code. In…
-
Hi @zhuzilin, follow up from https://github.com/zhuzilin/ring-flash-attention/issues/15
I just wanted to verify the causal, and I simply use loop because I dont have multigpus, but it should be wor…
-
Hey folks!
Thanks for the nice library. I was testing the feasibility of using it in our production app, and noticed that it doesn't seem to support masking, unless I'm missing something.
Lookin…
-
Can you confirm if CNN masking can be performed on dwi images in the PA direction (b=0)?
I seem to get really weird results when running this on PA images - the output is only a single slice in th…
-
### Background
As part of the [Staging collab cycle review](https://github.com/department-of-veterans-affairs/va.gov-team/issues/95785), it was recommended that we provide guidance and/or code for ho…
-
There is a performance regression for tantan repeat masking on Mac (both ARM and Intel) that becomes apparent when masking is applied to many short input sequences. The regression occurs at some point…