fyu / lsun

LSUN Dataset Documentation and Demo Code
538 stars 175 forks source link

added Python3 compatibility (with six.moves) #10

Open prismv opened 7 years ago

prismv commented 7 years ago

Using six.moves.urllib for Py2 and Py3 compatibility.

errosica commented 5 years ago

It would be nice if python3 support was added, considering python2 has ~1 year left. Running the 2to3 script on the files also works.