Rohini vaidya
Rohini vaidya
Hi @antu-saha Can you please guide me how we can fine tune CLIP model for custom dataset.
@Gaurav2912 Use the following command yolo detect train resume model=/content/runs/detect/train/weights/last.pt and also ensure that you have a complete runs folder and a custom dataset folder.
@BloodAxe Yes. I ran following command for training, trainer.train(model=model, training_params=train_params, train_loader=train_data, valid_loader=val_data) But, I am not getting output on my console as you have shown above. I am just getting...