You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MLPs for initializing the RNN hidden and memory state.
23
23
*[Spearmint](https://github.com/HIPS/Spearmint)[wrapper](https://github.com/lvapeab/nmt-keras/tree/master/meta-optimizers/spearmint) for hyperparameter optimization
24
24
25
-
## Requirements
25
+
## Installation
26
+
27
+
Assuming that you have [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)) installed, run:
28
+
29
+
```bash
30
+
git clone https://github.com/lvapeab/nmt-keras
31
+
cd nmt-keras
32
+
pip install -r requirements.txt
33
+
```
34
+
35
+
for obtaining the required packages for running this library.
0 commit comments