We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi sorry for this naive question as I am new to computer vision and DALLE. Say if I have a folder of images and captions such as
dir/ cat.jpg cat.txt dog.jpg dog.txt
how to convert the folder into the data format the DALLE-mini can accept if I want to train a new model? Is there any script in this repo?
I was using "https://github.com/lucidrains/DALLE-pytorch" the data format for their model is the above format but I am not clear what is the data format used here.
The text was updated successfully, but these errors were encountered:
This is the required format: https://github.com/borisdayma/dalle-mini/blob/main/tools/dataset/encode_dataset.ipynb
Sorry, something went wrong.
No branches or pull requests
Hi sorry for this naive question as I am new to computer vision and DALLE. Say if I have a folder of images and captions such as
dir/
cat.jpg
cat.txt
dog.jpg
dog.txt
how to convert the folder into the data format the DALLE-mini can accept if I want to train a new model? Is there any script in this repo?
I was using "https://github.com/lucidrains/DALLE-pytorch" the data format for their model is the above format but I am not clear what is the data format used here.
The text was updated successfully, but these errors were encountered: