sheethalb

Results 2 comments of sheethalb

Hi, How can i use the OwlViTModelto fine-tune only the detection part for my custom dataset? can i just do following - model = OwlViTForObjectDetection.from_pretrained("google/owlvit-base-patch32") model.train() .. .. Do we...

I have a similar error, but only when attempting multi-gpu distributed runs. this is my env sys.platform: linux Python: 3.8.18 (default, Sep 11 2023, 13:40:15) [GCC 11.2.0] CUDA available: True...