Closed lucasmoura closed 6 years ago
Hi Lucas,
Thanks a lot for this! Hope you find the work useful in your own project too.
Riashat
On Wed, Feb 21, 2018 at 3:32 PM, lucasmoura notifications@github.com wrote:
To reproduce the experiments results, it is necessary to install the keras framework provided by the project.
However, in order to properly install keras and run the experiments, I had to manually addinit.py files in required modules and also make a small edit in the setup.py script.
I used python 3.6 and virtualenv to run this project, and for that configuration, the provided changes were necessary.
You can view, comment on, or merge this pull request online at:
https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1 Commit Summary
- Add files to properly install keras
File Changes
- A keras/keras/datasets/init.py https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1/files#diff-0 (0)
- A keras/keras/preprocessing/init.py https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1/files#diff-1 (0)
- A keras/keras/utils/init.py https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1/files#diff-2 (0)
- A keras/keras/wrappers/init.py https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1/files#diff-3 (0)
- M keras/setup.py https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1/files#diff-4 (1)
Patch Links:
- https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1.patch
- https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Riashat/Deep-Bayesian-Active-Learning/pull/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AHJNe_f5pBtI7hf6yLsK3_FlWGUrtJa-ks5tXH1QgaJpZM4SOSKI .
To reproduce the experiments results, it is necessary to install the keras framework provided by the project.
However, in order to properly install keras and run the experiments, I had to manually addinit.py files in required modules and also make a small edit in the setup.py script.
I used python 3.6 and virtualenv to run this project, and for that configuration, the provided changes were necessary.