-
Thank you for the great work! I have a question regarding model training:
Do you train the GarmentDiT model and the DenoisingDiT model from scratch or do you fine-tune a pre-trained DiT model? For…
-
I am a newcomer to deep learning, and when I used your provided example to fine-tune my plant gene data, I found that it overfitted and had a not high accuracy. Is there any good solution for this? Th…
-
For model training and execution, several design patterns are effective in managing workflows, code structure, and flexibility. Here are a few common ones used in machine learning and data processing …
-
Hi
I want to train a multitask model from scratch for multiple scATAC-tracks. I just followed the 3_train notebook, and updated the notebook at the relevant parts to take in these multiple tasks in…
-
hello. if i use only these commands and don't use the incremental training can i get the 98.48% attack success rate?
python IN_GE.py --hostname #exp_name --remark #remark yourself does this line …
-
Thank you for your source code.
Can you help me about loss function and how to train model in pytorch ?
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hello! There is something wrong with fine-tuning then I call
`train_loader = model.create_dataloader(train_data, batch_size=config.train_batch_size, shuffle=True)`
I get AttributeError: 'GLiNER…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I think that the part about "How to finetume the model" is missing in the README.