paarthneekhara / text-to-image

Text to image synthesis using thought vectors
MIT License
2.17k stars 398 forks source link

Info during training and cleanup #8

Open neilsh opened 8 years ago

neilsh commented 8 years ago

Provided initial output during train.py to show the current epoch, and indicate when checkpoint files are saved. I also ran an automated import optimization to remove unused imports and reorder imports according to PEP8.