imatge-upc / salgan

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks
https://imatge-upc.github.io/salgan
MIT License
368 stars 106 forks source link

cPickle #5

Closed njss closed 7 years ago

njss commented 7 years ago

Maybe you could replace: import cPickle

with...

import _pickle as cPickle

junting commented 7 years ago

Well, I can.... but it will not affects the functionality of the code.