-
Hello there, I'm student of NN course, I'm try to implement FFNN (or TDNN) to work on prediction of AR(2)-model, im using PyTorch example, and on my data and NN architecture i got pred.argmax(1) - err…
-
These are adversarial images that semantically represent the same object as the original images. For example, in [2] these are created by perturbing the following components of an image:
* Hue
* Sat…
-
### 🐛 Describe the bug
DeepSpeed uses a lot "param.data =" statement to updating the param data by gathering the param from other ranks.
While we found param.data= assignment under torch.compile m…
-
使用 python lightseq/examples/inference/python/export/huggingface/hf_bart_export.py时报错
RuntimeError: Error building extension 'lightseq_layers_new'
pytorch版本1.12.1,cuda10.2,cudnn8.4.3
-
1. Create a branch `hf_example_summarization`
2. Copy [summarization](https://github.com/huggingface/transformers/tree/main/examples/pytorch/summarization) dir to [hf](https://github.com/pytorch/PiPP…
-
### Describe the feature request
PyTorch / HF (previously branded as BetterTransformer) now have some support for NJT representation:
- https://github.com/onnx/onnx/issues/6525
This allows to have e…
-
I run finetuning on my server and it get error after ~300 iterations.
My run command:
```
torchrun --nproc_per_node 2 \
-m FlagEmbedding.finetune.embedder.encoder_only.m3 \
--model_name…
-
### System Info
Windows 10x64
pytorch version: 2.4.0+cu124
Python 3.11.8
transformers-4.46.0. dev0
### Who can help?
_No response_
### Information
- [X] The official example scripts
- [ ] My o…
-
## 🕋 Website
## To Reproduce
Steps to reproduce the behavior (if applicable):
1. Go to 'https://pytorch.org/serve/batch_inference_with_ts.html'
3. Scroll down to this section "https://p…
-
This is probably a known issue. `scripting torch/nn/parallel/data _parallel.py` fails.
Reporting that pytorch/examples/imagenet fails because of this issue.
To repro:
Step 0: install pytorch…