Mohit Gupta
Mohit Gupta
I am sharing it on drive. I am sending you an email for this.
oh :( Thanks for looking. I will be eagerly waiting for the updates. Meanwhile, I will play around with other parameters like `Sampler` and `matching method` to be `exhaustive` Can...
Woah!!! This looks good. Thanks a lot. I will shift to 0.1.16.
Performance varies a lot depending on the description template and model you choose. For instance, when you use: "a photo of the number {}", the top-1 accuracies over MNIST are:...
CLIP is not for text generation. CLIP needs text from the user as input to create its embeddings, which matches with the image and you can get a cosine similarity...
Assuming your csv has image array and also the corresponding text description, it makes no difference whether you do it in one go or one by one. The results will...
> > Hi, this generally means that tinycuda didn't get installed correctly. > > As a test, if you open up an interactive python environment, does importing tinycudann work? If...
Thanks for the prompt reply @tancik . I already tried it. It raises an error regarding DLL file _86_C Do you know about this?
I will post it tomorrow when I will have access to it. - On a side note Also, I noticed I had Pytorch 1.13.1 with CUDA (11.7) installed already along...
That's a good catch @CySlider , for this you can divide the objects in overlapping patches like 25% or 50% or whatever. You will need to modify the rule, so...