paper: A Recurrent Neural Network For Image Generation
reference: https://github.com/ericjang/draw
reconstruct | generate |
---|---|
git clone https://github.com/CosmosShadow/MLPythonLib
add MLPythonLib/lib to your python path like below
# Mac
echo 'export PYTHONPATH="path_to_where_clone/MLPythonLib/lib:$PYTHONPATH"' >> ~/.bash_profile
# Ubuntu
echo 'export PYTHONPATH="path_to_where_clone/MLPythonLib/lib:$PYTHONPATH"' >> ~/.bashrc
# train
python train.py
# rescontruct images
python rescontruct.py
# generate images
python generate.py