Update README.md

This commit is contained in:
Austin J. Garrett
2018-04-08 19:48:39 -04:00
committed by GitHub
parent 4af37be8fd
commit a18cfd250a
+3 -3
View File
@@ -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.