/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py:1298: UserWarning: /home/suker/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
num traning images: 82783
82783 iterations, 2 epochs
解决办法
进入 /home/suker/
chmod g-wx,o-wx .python-eggs/
就是给个权限~