machrisaa / tensorflow-vgg

VGG19 and VGG16 on Tensorflow
2.21k stars 1.08k forks source link

Python3 compatibility #1

Closed dionysio closed 8 years ago

dionysio commented 8 years ago

Hey, I changed a bunch of print statements + I added encoding when loading the numpy model so that the module is compatible with Python 3. I ran tests and they passed and I tried it on python 2 as well and everything worked. I will soon post another PR to the stylenet repo...