You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd recommend to pass images and text to inputs = self.processor(images, text) so instead of doing a separate image_processor call. In case you need to overwrite any image processor attributes, you can directly pass them as processor(do_resize=True, **other_kwargs_for_image)
I was trying to fine-tune the qwen-vl2-7b instruct model on a custom dataset. For that, I wrote the following collate function:
When I am trying to run the training script, this error pops up no matter how I handle image processing:
Please help me out on this!
The text was updated successfully, but these errors were encountered: