-
make sure the file name is preserved @gw-billy
-
Instead of generate the best (top 1) sequence from autoregressive generate function, it is useful to generate >1 best sequences. For example, in language translation, human users can have choices from…
-
Dear Interpretml team, thank you very much for your great work and a very useful package.
I have a question regarding ‘ordinal’ vs ‘nominal’ (please see the picture). This variable should be treate…
-
I'd like to implement recursive neural network in first, which is relevant to my research
- Recursive Neural Network
- Recursive Auto-encoder
- Team of AEs
#### Contents
binary tree based template, g…
bobye updated
10 years ago
-
### Preflight Checklist
- [X] I use the latest version of YouTube Music (Application).
- [X] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report tha…
-
Is RedRec using a good greedy strategy?
An idea for a possibly better strategy: prioritize downward permutation of cuts whose pivots occur very often in the proof. This would increase the chance that…
-
### 🐛 Describe the bug
GPT-J model bf16 inference crashes for generation task with greedy search.
**Error info:**
`Illegal instruction (core dumped)`
```python
from transformers import AutoMod…
-
#85 auto released 3.14.4 which is known to be "buggy" as triggered by dandi-cli . Might be great to add downstream testing to ensure that new releases do not break pynwb and dandi feedstocks. We used…
-
Since adding the ILP scheduler, which is default as of Snakemake 5.26.1, I have a ton of issues with workflows with a large number of checkpoints. There are a number of GitHub issues related to this o…
-
# Bug report
Several repositories (like Prefect) make use of deferred execution of functions. They utilise inspect.Signature to create a bound method, and turn a list of parameters into args and kw…