Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated readme - reprod bug fix
  • Loading branch information
GuyTevet committed Sep 3, 2022
1 parent 9eb8f4d commit d3af73f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ year={2022}
}
```

## Updates

**31/AUG/22** - Training loop reproduces paper results. (a bug fix)

**11/MAY/22** - First release.

## Getting started
### 1. Create conda environment

Expand Down Expand Up @@ -108,9 +114,9 @@ python -m src.utils.action_classifier ./exps/classes-model/checkpoint_0200.pth.t

## Train your own

**NOTE (11/MAY/22):**
~~**NOTE (11/MAY/22):**
The paper model is not perfectly reproduced using this code. We are working to resolve this issue.
The trained model [checkpoint](https://drive.google.com/file/d/1VTIN0kJd2-0NW1sKckKgXddwl4tFZVDp/view?usp=sharing) we provide does reproduce results.
The trained model [checkpoint](https://drive.google.com/file/d/1VTIN0kJd2-0NW1sKckKgXddwl4tFZVDp/view?usp=sharing) we provide does reproduce results.~~ **(Resolved 31/AUG/22)**

To reproduce `paper-model` run:
```bash
Expand Down

0 comments on commit d3af73f

Please sign in to comment.