Skip to content

Commit 945411a

Browse files
committed
Add requirements.txt
1 parent 4b70a80 commit 945411a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Implementation of [Collaborative Denoising Auto-Encoder (CDAE)](http://yaowu.co/
99

1010
## Usage
1111

12+
First, install libraries:
13+
14+
```sh
15+
pip install -r requirements.txt
16+
```
17+
18+
Then,
19+
1220
```sh
1321
python train.py
1422
```

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Keras==1.0.3
2+
numpy==1.11.0
3+
Theano==0.8.2

0 commit comments

Comments
 (0)