Ketan Kanjiya
Results
2
issues of
Ketan Kanjiya
I have a model which takes 2 inputs, image and embeddings. Here is a simple inputs that I have ``` in1 = torch.rand(size=(1, 3, 256, 256)) in2 = torch.rand(size=(512, 1))...
enhancement