hzhj66

Results 1 comments of hzhj66

同样的问题 File /jupyter_data/Janus/janus/models/processing_vlm.py:403, in VLChatProcessor.batchify(self, prepare_list) 400 batched_images_seq_mask[i, -seq_len:] = input_ids == self.image_id 402 if n_image > 0: --> 403 batched_pixel_values[i, :n_image] = prepare.pixel_values 404 for j, n_image_tokens in enumerate(prepare.num_image_tokens):...