-
I dont know why whenever i set use_dora = True it always give me this error when i train:
`RuntimeError Traceback (most recent call last)
Cell In[26], line 1
----> 1 tr…
-
### System Info
peft: 0.13.2
transformers: 4.43.1
### Who can help?
@BenjaminBossan @sayakpaul
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ]…
-
I'm getting a couple of dtype-related errors when using the MLP module in a torch.autocast block. Here's my simple wrapper of the MLP module:
```py
from scattermoe.mlp import MLP as MoE
class…
-
Using the [office model from examples](https://github.com/pynamodb/PynamoDB/blob/master/examples/office_model.py), `Office.get_attributes()` raises an AttributeError exception.
```
>>> Office.ge…
-
Hello, after setting up the environment locally, I tested using the fasta files in the Data directory without any issues. However, when I run it with my own fasta files, I encounter some errors:
Trac…
-
Greetings and thanks for the wonderful paper.
I was reading how you want to use an unsupervised segmentation layer, and this idea came to my mind. I see you cited **Curiosity-driven Exploration by …
-
[This is for 9.10.1; I haven't checked earlier versions]
When I am trying to use type inference for top-level functions exported from the module, it seems that LH infers `False`/bottom that leaks i…
-
### Summary
I was reviewing some old stuff in my inbox and I bumped into: #4894 , which is still open. That one was mentioned in #8358, which was fixed by #8377 by changing the docs for the `scope`…
-
Debug symbols should be added in debug mode when compiling GLSL shaders using glslang.
-
Hello,
I am using MACS3 v. 3.0.2 with Python v. 3.9.20 and Numpy v. 2.0.2. I tried running the following code from the folder containing my .bam files:
```
for i in ./*.bam; do
macs3 hmmratac…