MatthieuCourbariaux / BinaryNet

Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1
BSD 3-Clause "New" or "Revised" License
1.04k stars 346 forks source link

upload `pip list > requirements.txt` ? #30

Open mw66 opened 5 years ago

mw66 commented 5 years ago

This package use some out-dated python libraries, and it's hard to get all the correct versions.

How about upload the the requirements.txt that you use?

Thanks.

MatthieuCourbariaux commented 5 years ago

Yes, it is on my TODO list ;-)

mw66 commented 5 years ago

TODO? if you have a working build, shouldn't it take just 2 minutes?

MatthieuCourbariaux commented 5 years ago

I had a working build 3 years ago.

nickfraser commented 5 years ago

It's quite difficult to set up this environment. You need specific versions of many tools (Theano, Lasagne, cuDNN, etc.) We have an extended version of some of the libraries and scripts over at BNN-PYNQ.

We also provide dockerfiles for CPU/GPU and instructions for setting up the environment. Although our library is slightly different, I believe the dockerfiles and instructions will still work for this repo. If you are using your platform to support other frameworks, I strongly recommend you use the dockerfiles.

Anvesh98 commented 2 years ago

Facing issues with package installation. Can anyone has installed correctly pls help and mention the steps. Thanks in advance