-
Καλησπέρα,
θα ήθελα να ρωτήσω για την ασκήση μας, σε ενα bidirectional RNN στο backward κομμάτι το output που μας ενδιαφέρει δεν θα έπρεπε να είναι το αντίστοιχο τελευταιο χρονικό βήμα πριν το padd…
-
**Author**: Shopify
**Expected end date**: December 5, 2024
### Background
Today, the `slice` filter is limited to counting items from the start index, with no option to count backwards from the end…
-
**Description**
I am working with a Java codebase and I need to perform backward slicing to analyze data dependencies and control flow.
**Questions**
- Is it possible to perform backward slicing…
-
Running llama backward pass generates select op from concat op from forward pass. Concat op is then lowered to select op in autograd pass. Next, in post-autograd stage, select op is decomposed in sequ…
-
### 🐛 Describe the bug
Hi, I just found a bug of `loss_parallel` with shifted `logits`.
Basically, I follows the tutorial in the [link](https://pytorch.org/tutorials/intermediate/TP_tutorial.ht…
-
## 🐛 Bug
finetune speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch,在保存模型的时候,每个 epoch 的Update best acc: 0.0000
### Environment
- OS (Linux):
- FunASR Version (1.1.5)…
-
Steps to reproduce the crash:
1. Start emacs + wrangler
2. Open file .../wrangler/src/wrangler_slice_new.erl
3. Select `S >= StartPos andalso E =< EndPos` on line 83
4. Press `C-c C-w x`
-
### Description
Getting the following trace when running backwards slicing from function "HAL_I2C_Master_Transmit_IT" to funtion "HAL_I2C_EV_IRQHandler" in the attached binary
[F446_I2C_TwoBoards_C…
-
Hi,
I want to implement backward slicing of a statement within a method which would give me the set of statements given a slice criterion. Is there any example to do this? Please help! I think this…
-
### 🐛 Describe the bug
When using torch.compile on a model that includes the backward pass of torch.cumprod, the compiled version is significantly slower than the eager execution, especially for la…