From d3af73f12a1b59892ff3b8f61eeef85da4ff72e8 Mon Sep 17 00:00:00 2001 From: Guy Tevet Date: Sat, 3 Sep 2022 17:06:27 +0300 Subject: [PATCH] Update README.md updated readme - reprod bug fix --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b9750c..14d29e9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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