linuxfedora2020
Results
2
comments of
linuxfedora2020
I used trasfer learning on yolov7 to train my custom dataset with 3 classes. Transfer learning: (Changed batch-size to 8) `python train.py --workers 8 --device 0 --batch-size 8 --data data/custom.yaml...
> An image with custom object: https://drive.google.com/file/d/1pw72rCi8U3TNRkAVRD4G5RzbiujUz635/view?usp=sharing Where is your attached pt file? Tried to create a py file with the following code to do reparam ` # import from...