From f1b8f8e62da8bfe8cfa52c3a7d49419ebfa1db09 Mon Sep 17 00:00:00 2001 From: "Austin J. Garrett" Date: Thu, 12 Apr 2018 14:41:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5601c80..341f65b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PointCNN PyTorch implementation of PointCNN model specified in the white paper located here: https://arxiv.org/pdf/1801.07791.pdf -Current MNIST accuracy: ~96% +Current MNIST accuracy: ~98% My coding style is somewhat unique, but ultimately geared towards maximal readability. Along with extensive documentation in the code, I use type