Asif Ahmed

Results 4 issues of Asif Ahmed

Hello, I am getting this error on windows 10 with python 3.9, faiss 1.7.2 after importing faiss. Same happens with conda-forge version.

I tried training with cats and dogs dataset and got this error on an image after some progress in training, ``` PIL.UnidentifiedImageError: cannot identify image file '...\\Cat\\666.jpg' ``` Wondering if...

Hello, I am testing unconditional `ElucidatedImagen` with `num_sample_steps = (64, 32)`. I am wondering if it possible to reduce `num_sample_steps` for base unet and super resolution unet to 8 or...

As I understand from looking at blip paper, NLVR takes pair of images, a sentence for them and predicts if the sentence describes the image pair. I have used the...