From 4f0226dda3022ba387525b35de84ba2fcbc0232b Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Tue, 17 Nov 2020 14:18:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96218a1..7c55ec0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ cd ../ ``` #### CNN modeling - prepare the data - First it will generate the points file for each complex in general, refined, core set. (The density of points can be specificed, low resolution OctSurf can use low density points to accelerate the process, here for depth=6 model, we use density 3). + First it will generate the points file for each complex in general, refined, core set. (The density of points can be specificed, low resolution OctSurf can use low density points to accelerate the process, here for depth=6 model, we use density 3. Can be specified in .sh file) Then the points and labels will be transformed into tfrecords file. ```angular2