I followed the instructions for training the model and generation of images using inference.py.
That is,
- git clone https://github.com/AssemblyAI-Examples/MinImagen/
- pip install -r requirements.txt
- python train.py --PARAMETERS ./parameters --BATCH_SIZE 2 --TIMESTEPS 25 --TESTING
- python inference.py -CAPTIONS captions.txt --TRAINING_DIRECTORY training_
So finally, I could get the generated images for 2 captions: 'a happy dog' and 'a big red house', but all of them are nosied as attached.


Though I followed the same instructions as README without any modification, very noised images were generated. What's the reason?
I followed the instructions for training the model and generation of images using inference.py.
That is,
So finally, I could get the generated images for 2 captions: 'a happy dog' and 'a big red house', but all of them are nosied as attached.


Though I followed the same instructions as README without any modification, very noised images were generated. What's the reason?