-
Now, I want to run the graphsage distributed code in the examples/distributed directory, but I don’t have an actual machine, so I used vmware to build three virtual machines as nodes for distributed t…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
### 🐛 Describe the bug
I am trying to modify the example/asr/librispeech_ctc_decode/inference.py to a batch mode.
Here is my script: https://gist.github.com/yuekaizhang/f20904cfaf23e457a744f08ea19…
-
We got following issues while running your code:
```bash
python test.py
2024-11-20 13:32:51.141934: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly diff…
-
Hi,
is there any way to disable in-batch negatives during training in Sentence Transformers?
Thanks
@tomaarsen
-
1. Operating System (Linux, MacOS, Windows): MacOS
2. Hardware type (x86, ARM..) and RAM: Apple Silicon M1
3. Python Version (e.g. 3.9): 3.11
4. Caiman version (e.g. 1.9.12): 1.11.2
5. Which …
-
I am trying to use partial run with nmt-1.4 setup. Following is the change I have made, here: https://github.com/tensorflow/nmt/blob/tf-1.4/nmt/model.py#L227
`
partial_setup = sess.partial_run_se…
-
### 🐛 Describe the bug
When using the position encoding layer strange shape errors occur I dont have the time or insight to resolve
import torch
import torchtune
#max_value = max(tokeniz…
-
A month ago, I train the alpaca with 4 A100 GPUs (each 80G) and `per_device_train_batch_size=4`. Here `transformers==4.28.1`.
Today I retrain the alpaca with the same hardwares and the same code, b…
-
## ❓ Questions and Help
Hello Team,
I am conducting experiments on DGL with the ogbn-arxiv dataset. However, my test accuracy is 0.5547, which is significantly lower than the results reported on the…