-
Hi,
@tranluan the new commits posted last week. I tried running the code and I'm getting some variables that aren't defined. Do you know what edits we need to make to fix it?
**Input:** python m…
-
Công ty mình đang tuyển nhân sự cho vị trí Senior IOS developer. Công ty với môi trường làm việc quốc tế ,thân thiện , có cơ hội giao tiếp và khả năng thăng tiến cao. LƯƠNG CAO HƠN MẶT BẰNG CHUNG . Bạ…
-
Following the readme instructions, I generated the main base images of the repo, example:
https://sendgb.com/G9pH6JVBOLZ (3 gigabytes file that inside has images in folders img_raw, img_crop, img_ma…
-
### 🚀 The feature, motivation and pitch
It would be great to have a general parallel prefix sum (associative scan) operation in PyTorch, something like [associative_scan](https://jax.readthedocs.io…
-
I have trained a supertagger using BERT. It takes in a sentence and outputs a softmax for each word in the sentence.
I want to use your A* parsing method to parse the sentence. How can I use my train…
-
I'm trying to fine tune a pre-trained wav2vec 2.0 base model (no finetuning) on ~1h of data, with the following command:
python3 fairseq/train.py --distributed-world-size 1 \
"path/to/data" \
-…
-
Hi, I've encountered a strange bug when calling `peeler.rasterize_next_layer`. The code, which is part of a training script, is running in a multi-GPU server environment. Initially, everything was wor…
-
Hi TRI team,
Thanks for sharing this exellent work! I have lately been running this code and want to run some experiments from the scratch. Could you please share your DD3D model pretrained ONLY on…
-
### 🐛 Describe the bug
Run trainer return with error
```
Traceback (most recent call last):
File "/home/dhl/LongChat-dev/longchat/dist_attn/train.py", line 9, in
train()
File "/home/dhl…
-
Hi,@Yasoz, l am very interested in your work.
```
unet = Guide UNet(config)#.cuda()
# print(unet)
traj = np.load('./xxxxxx',allow pickle=True)
traj = traj[:,:,:2]
head = np.load('./xxxxxx',allow…