Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlleo committed Sep 12, 2019
1 parent ecbeb65 commit 146c4c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ dependencies:
- numpy==1.15.0
- torchvision==0.2.1
- visdom==0.1.7
- matplotlib
12 changes: 12 additions & 0 deletions plots/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Display the PR-curve

You can use this comand line to display PR-curves:

```
python3 display_pr_curve.py. --data_dir <path_to_dir>
```

After that, you can get a figure as below:

![](./PR-curve.pdf)

0 comments on commit 146c4c0

Please sign in to comment.