-
这个是运行结果,我输出了模型参数和一些信息用于调试:
D:\anaconda\envs\env_one\python.exe F:\temp\Text-Summery-main\TextSum\Seq2Seq\test.py
embed_layer.weight: torch.Size([9149, 128])
attention.attn.weight: torch.Size([256,…
-
Hi, I've been studying your paper and code implementation. I noticed some differences between the AutoCon loss function described in the paper (Equation 3) and its actual implementation.
In the pap…
-
### System Info
- `transformers` version: 4.46.0
- Platform: macOS-15.0-arm64-arm-64bit
- Python version: 3.11.10
- Huggingface_hub version: 0.26.1
- Safetensors version: 0.4.5
- Accelerate vers…
-
### 🐛 Describe the bug
Here is a surprising behavior I found while working on https://github.com/pytorch/pytorch/pull/140979
```python
import torch
torch.set_default_device("cuda")
def cond…
-
So with fp32... Sampler fails with... (using gguf i2v model) seems somewhere your doing a operation where element types don't match, (not in an autocast?), sadly its crashing out at the shadergraph so…
-
In `microsoft/beit-base-patch16-224`, there has this pattern
```
view_13 = torch.ops.aten.view.default(arg223_1, [-1])
index = torch.ops.aten.index.Tensor(arg1_1, [view_13])
```
where `arg1_1.shape = …
-
### 🐛 Describe the bug
FP8 basic creation operations such as zeros / ones / full work under eager mode but not backend=inductor compile.
same error as https://github.com/pytorch/pytorch/issues/12…
-
I tried installing the local setup on my host machine(windows 11 with powershell and conda) and also my wsl(ubuntu),i went into the error as following when running the i23d bash script(stage 1) with t…
-
> Hi, I would like to know how the pin coordinates are extracted using dreamplace?
>
> Thanks.
> Hi, you can read the DEF into DREAMPlace, and call the pinpos operator to get a tensor of pin pos…
-
recently, I plan to run the code in my computer. However, when I prepare the env as follows:
python 3.6.10
torch 1.4.0
torch-geometric 1.4.3
torch-scatter 2.0.4
scikit-learn 0.21.2
CUDA 10.1
t…