-
**System Information**
- Model Builder Version:
16.3.2056001
- Visual Studio Version:
Microsoft Visual Studio Enterprise 2019 Preview
Version 16.9.0 Preview 1.0
- Scenario:
Object detection (Az…
-
(1) I replaced different training sets, and this problem always occurred during training. The loss has been decreasing, but the highest PSNR value is often the beginning epoch.
![WechatIMG1811](htt…
-
When I trained 120 size images to epoch 30, **nan** appeared and all images turned black. I didn't save the model for each training, so I had to retrain my model.
I think we should add a way to pre…
-
Hello, why did the results of training with the same configuration as in the paper turn out to be very poor?
The training configuration is as follows:
epochs = 300
batchsize = 1
patchsize = 256
T…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
Hi @fradif96
We don't have new modules for cross/self-attention. It's the same attention layers but just reshape the latent features from ((b t) l d) -> (b (t l) d) [here](https://gith…
-
Hello @vonclites,
I want to know if this script needs only image size of 224x224 while creating a tfrecord file?
Or will it work for any size image?
Please, let me know
Thanks
-
Hi there! I'm trying to train an SDXL lora with additional parameters, and I keep getting 2 errors:
![image](https://github.com/user-attachments/assets/3ead7da7-13be-41db-b573-bbc777863239)
Traceb…
-
Question:
Can I combine an existing Yolo dataset with a custom dataset I created? If so, how would we do it??
Also, please provide documents and references to proceed further as we have the scena…
-
If there are distant targets in the dataset that are visible in the images but are not included in the ground truth, this situation could harm model training. How can this issue be addressed?