model_inputs["pixel_values"] = model_inputs["pixel_values"].half()
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.cuda.HalfTensor) should be the same
· Sign up or log in to comment