Skip to content

Commit ce6e68a

Browse files
committed
fix bug
1 parent b76e438 commit ce6e68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/train/Model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def build (self,
159159
trainable = False,
160160
initializer = tf.constant_initializer(tab_data, dtype = tf.float64))
161161

162+
coord = tf.reshape (coord_, [-1, natoms[1] * 3])
162163
atype = tf.reshape (atype_, [-1, natoms[1]])
163164

164165
dout \

0 commit comments

Comments
 (0)