mlQwQlm
Results
2
issues of
mlQwQlm
In UMI data, how to process the data to make it fit SAVERX when using the pretrained model? For some raw UMI data, it seems hard to use it and...
··· import torch from medpalm.model import MedPalm #usage img = torch.randn(1, 3, 256, 256) text = torch.randint(0, 20000, (1, 4096)) model = MedPalm() output = model(text, img) ··· the order...