itsik1

Results 1 issues of itsik1

Hello, Im using: AutoProcessor.from_pretrained("Salesforce/blip-vqa-base") And taining it, using pytorch, on GPU And inside: inputs = self.processor(images=inputs_images, text=text, return_tensors="pt") It moves the tensor into the CPU(and into numpy) (in image_processing_blip.py: images=...