-
Hi, after following the setup instructions, I tested the model by running the following command:
`PYTHONPATH=".":$PYTHONPATH python tools/visualize.py configs/finemogen/finemogen_t2m.py logs/fine…
-
Hello @935963004,
I would like to starting say thank you for your work, I think it is a fundamental and necessary work in EEG decoding. Thank you for that!
So, I am trying to understand and run…
-
In our paper we only showed results on causal language models, which use causally masked (decoder) self-attention.
If you'd like to use ALiBi for seq2seq tasks such as translation, speech or T5, o…
-
## 🐛 Bug: Opening a bug. But really, it is a question. In the NACRF implementation, (specifically the Fast Structured Decoding for Sequence Models paper implementation), I do not see the Multi-head po…
-
edge_labels.append([0, 1, 2] + [3, 4] * max_aux)
edge_labels.append([1, 0, 5] + [6, 7] * max_aux)
edge_labels.append([2, 5, 0] + [8, 9] * max_aux)
for idx in range(max_aux):
edg…
-
作者您好,我在运行代码的过程中遇到了位置信息输入越界的问题,
Traceback (most recent call last):
File "D:\TSproject\S-D-Mamba-main\S-D-Mamba-main\run.py", line 135, in
exp.train(setting)
File "D:\TSproject\S-D-Mamba-ma…
-
### Your question
On a custom node I am making, I have spent months trying to get the actual `state_dict` keys for the svd model as they don't match the huggingface names when you click the little …
-
### 🚀 The feature, motivation and pitch
It would still be great if `torch.nn.functional.scaled_dot_product_attention()` supported setting both `attn_mask` and `is_causal=True`. In which case it ignor…
-
**Describe the bug**
Running tests for Knowledge Retention (following the documentation: [https://docs.confident-ai.com/docs/metrics-knowledge-retention]) generates error: TypeError: Claude.generate(…
-
### Question
When I use an SDXL model with OpenVino, I get an error. This error does not occur with other model types, or when OpenVino is disabled. I have tried looking up how to fix this, but I hav…