-
Do you have plan to release the training code ?
-
hi, your work sounds real good! I wonder how you build the trainingset, could u give some examples of training dataset? Many thanks!
-
Hi, I wanted to train YOWO to detect only one action and faсed the problem that YOWO makes false positives detections. How can I add an examples of "no action" to training dataset (As I understand una…
-
Thank you for your greate work,I would like to ask further, could you provide me the training code?
sorry to trouble
zc388 updated
16 hours ago
-
How many training videos are required if I want to train a lora for a specific motion on I2V model, like waving hands or nodding the head?
aKkeO updated
16 hours ago
-
![image_2024-11-10_205726709](https://github.com/user-attachments/assets/dff2ebba-28b3-473c-8452-562471148b60)
i was trying to press train, but this happened.
please help me :(
-
For train model on 48G GPU to translate language how change setting to get highest quality
r = 16
lora_alpha = 16,
lora_dropout = 0,
random_state = 3407,
per_device_train_batch_size = 2,
gradi…
-
Hi.
I'm trying to train SWIN-L backbone based model on hico-det.
```
# Training
DETR=advanced python main.py --backbone swin_large --use-checkpoint \
--drop-path…
-
Hi, I have only one gpu and can't do distributed training, is there a solution for this.
-
Hi, thanks for your nice work.
I have some questions about the training of the CLUB estimator. Is the iteration number too small to learn the estimator well? Does the estimator learn stably during …