Skip to content

Commit b164b8e

Browse files
committed
add model.save and model.load_model
1 parent 49eaa53 commit b164b8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensordiffeq/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def save(self, path):
186186
def load_model(self, path):
187187
self.u_model = tf.keras.models.load_model(path)
188188

189-
190189
# WIP
191190
# TODO Distributed Discovery Model
192191
class DiscoveryModel():

0 commit comments

Comments
 (0)