Shyam Marjit

Results 18 comments of Shyam Marjit

The code adds this folder extra ```flickr30k-images/``` after your given path, So make sure your data path is according to this format. Suppose, for example, I have data within ```/home/shyam/flickr30k-images/```...

Please check this: https://github.com/openai/CLIP/issues/115.

Please refer to https://github.com/openai/CLIP/blob/fcab8b6eb92af684e7ff0a904464be7b99b49b88/notebooks/Prompt_Engineering_for_ImageNet.ipynb for this concern.

Please refer to https://github.com/openai/CLIP/blob/fcab8b6eb92af684e7ff0a904464be7b99b49b88/notebooks/Prompt_Engineering_for_ImageNet.ipynb for this concern.

Please refer to https://github.com/openai/CLIP/blob/fcab8b6eb92af684e7ff0a904464be7b99b49b88/notebooks/Prompt_Engineering_for_ImageNet.ipynb for this concern.

You can look into HuggingFace implementation [code](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora_sdxl.py) and [readme](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sdxl.md).

Change the learning rate variable ```lr``` in the config file. For example, change it to ```1e-05``` to ```0.00001```. Do the same for the rest of the variables as well (if...

Replacing ```tokenizer_class``` with ```processor_class``` within ```models/xbert.py``` works for me.

what's the issue is?