-
I’m working on some training code that computes the total log probabilities of prediction sequences (i.e. outputs from a language model).
I had previously implemented this using `F.log_softmax` fol…
-
hi, i'm try to run the notebook, but i meet some problems.
it look's like the download model file is not correct, because it's too small:
![image](https://github.com/user-attachments/assets/06e3faf8…
-
使用最新的transformers 4.47.0.dev0
删除 improt _expand_mask 改为自定义
def _expand_mask(mask: torch.Tensor, dtype: torch.dtype, tgt_len: Optional[int] = None):
"""
Expands attention_mask from `[bs…
-
Traceback (most recent call last):
File "D:\ai\ComfyUI\nodes.py", line 2006, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 24…
-
### 🐛 Describe the bug
repros:
```
import torch
from torchvision.models.regnet import regnet_y_8gf
device = "cuda"
model = regnet_y_8gf(weights=None, progress=True, num_classes=256).to(devic…
-
Traceback (most recent call last):
File "/home/yy/MSSR-main/MSSR-main/run_model.py", line 39, in
run_result = run_recbole(model=args.model, dataset=args.dataset, config_file_list=config_file_…
-
Getting an internal assert failure:
```
E1120 16:27:42.446000 166428 site-packages/torch/_subclasses/fake_tensor.py:2301] [0/1_1] failed while attempting to run meta for aten._upsample_bilinear2d_aa…
-
Hello,First of all, thank you very much for this research work! However, when I try to train with the 3DMatch dataset you provided, I get an error message:
(torch) yy@yy:~/se3-equi-graph-registration…
-
Progress towards #215
-
Torch should resolve [references](https://build.fhir.org/references.html) to ensure referential integrity.
- Torch can only handle known profiles, other profiles will be ignored
- The new field CR…