How to run your code without conda?
RyanCV opened this issue · 1 comments
RyanCV commented
Hi, I can't install conda, how to run your code without conda?? Thanks.
escorciav commented
Hi,
Thanks for your interest in our work and sorry for the late reply.
To run code without conda, you need to install all the dependencies listed here. Follow the installation steps concerning pip to get theano and lasagne.
We also added the dependencies listed by pip here for these cases. Note that, we have not tested the code by running pip install -r requirements.txt
. Feel free to comment your findings here.
All the best!
Victor