kyegomez / Med-PaLM

Towards Generalist Biomedical AI
https://discord.gg/qUtxnK2NMf
MIT License
283 stars 41 forks source link

Problem in running examples in readme file #9

Open mlQwQlm opened 10 months ago

mlQwQlm commented 10 months ago

··· 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 of text and img should be reversed

Upvote & Fund

Fund with Polar

chanjungkim commented 8 months ago

is it solved?