Skip to content

Commit

Permalink
Merge pull request guillaumegenthial#16 from nh-99/master
Browse files Browse the repository at this point in the history
Add new pip install method
  • Loading branch information
guillaumegenthial authored Nov 6, 2018
2 parents c3284f0 + 80be27e commit 6a25871
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ The script [`lstm_crf/main.py`](https://github.com/guillaumegenthial/tf_ner/blob
You need __python3__ -- If you haven't switched yet, do it.

You need to install [`tf_metrics` ](https://github.com/guillaumegenthial/tf_metrics) (multi-class precision, recall and f1 metrics for Tensorflow).

```
pip install git+https://github.com/guillaumegenthial/tf_metrics.git
```
OR
```
git clone https://github.com/guillaumegenthial/tf_metrics.git
cd tf_metrics
Expand Down

0 comments on commit 6a25871

Please sign in to comment.