-
**Describe the bug**
What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图)
微调脚本:
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
NPROC_PER_NODE=8 \
swift sft \
--custo…
-
## 🐛 Bug
Wav2vec2 error after validation when training
### To Reproduce
Steps to reproduce the behavior (**always include the command you ran**):
TASK=audio_pretraining
CRITERION=ctc
…
-
Hi Roberto,
Need your assistance. Thanks
(1) Screenshots
[debug-Fri_Apr_12_21_36_55_2024.log](https://github.com/cagnulein/qdomyos-zwift/files/14960274/debug-Fri_Apr_12_21_36_55_2024.log)
![…
-
I ran the training line with 10 chair objects from shapenet dataset without any split.
python train_3d.py --outdir='log.txt' --data='./Chair_image/img/03001627/' --camera_path ./Chair_image/camera…
-
mobilenetv2 推理精度预计能达到多少?
下面几个是训练过程中的一些信息
![acc](https://user-images.githubusercontent.com/22950910/165034615-5886122b-d91d-45c7-8bfe-83f63301eb53.png)
![lr](https://user-images.githubusercontent.…
-
Hi, I just report problematic named entities I found using `en_core_sci_sm`, to improve the model. Most of them contain unbalanced brackets.
```
(-2)-0-(+2
(-8
(= control values
(= controls
(=…
-
Assume we are trying to learn a sequence to sequence map. For this we can use Recurrent and TimeDistributedDense layers. Now assume that the sequences have different lengths. We should pad both input …
-
wanted to create a seperate thread for these ideas
one of the biggest enhancements to the dataset would be the ability to represent trees of polygons, as LabelMe does.
2 challenges
[1] how to ret…
-
Just wanted to list these in one place to put things in perspective:- fixing any one of these would increase the useability of the tool and get more data accumulated..
**choice of label vs site-dri…
-
Hello. On line 41 (see Multi_GDNN.py), **h** and **u** both are returned by diffusion_layers, and if we dive into diffusion_layers that is the MGD model.
We will see **h** is a tensor that after *…