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

Requirements (Lasagne, optpy) #6

Closed njss closed 7 years ago

njss commented 7 years ago

when installing the requirements it is not possible to find: Lasagne==0.2.dev1 and others...

Where is this version of Lasagne? the latest release is 0.1 also the same for optpy...

junting commented 7 years ago

Hello @njss ,

You can install the lates version of Lasagne and Theano using these commands: pip install --upgrade https://github.com/Theano/Theano/archive/master.zip pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip

The optpy is not needed for training or testing, I will remove it from requirements.txt

Best, Junting

ghost commented 5 years ago

Unfortunately, you forgot to remove it!