Implementation of Dalle2 Pytorch
- Run coco_dataset.py
- Run vizwiz_dataset.py
- unzip all the dataset using winrar
- Run "pip install -r requirements.txt" on terminal
- Set the parameters in train_dalle2.ipynb or train_dalle2.py (choose one)
- Run train_dalle2.ipynb or train_dalle2.py (choose one)
Note: If you want to train the model in several datasets, just run the train_dalle2.ipynb or train_dalle2.py several times with different train data path in each run.
- Run "pip install -r requirements.txt" on terminal (Skip if you have run it before)
- Set the parameters in test_dalle2.ipynb or test_dalle2.py (choose one)
- Run test_dalle2.ipynb or test_dalle2.py (choose one)