From a18cfd250a639683a2a261a705095169552f0bde Mon Sep 17 00:00:00 2001 From: "Austin J. Garrett" Date: Sun, 8 Apr 2018 19:48:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04c7ac4..d10edee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ PyTorch implementation of PointCNN model specified in the white paper located he Current MNIST accuracy: ~96% My coding style is somewhat unique, but ultimately geared towards maximal -readability. Along with extensive documentation in the code, I use type , and -code comments indicating input/outputs shapes. (x,y,z) just indicate that any -value is accepted at runtime. +readability. Along with extensive documentation in the code, I use type +annotations and code comments indicating input/outputs shapes. +(x,y,z) just indicate that any value is accepted at runtime.