From 676d18a0cb77b79de3a11e95966f5f3274c546ee Mon Sep 17 00:00:00 2001
From: Yang You <neilyou@qq.com>
Date: Fri, 9 Jul 2021 10:45:04 +0800
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d691a91..4a63fc5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ python train_cls.py
 Using Adam with learning rate decay 0.3 for every 50 epochs, train for 200 epochs; data augmentation follows [this repo](https://github.com/yanx27/Pointnet_Pointnet2_pytorch). For Hengshuang and Nico, initial LR is 1e-3 (I would appreciate if someone could fine-tune these hyper-paramters); for Menghao, initial LR is 1e-4, as suggested by the [author](https://github.com/MenghaoGuo). ModelNet40 classification results (instance average) are listed below:
 | Model | Accuracy |
 |--|--|
-| Hengshuang |  89.6|
+| Hengshuang | 91.7 |
 | Menghao | 92.6 |
 | Nico |  85.5 |
 
-- 
GitLab