From 6c12cf0b2a561f88539128fe1e2f1ec5500c52b1 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 12 Feb 2020 12:43:30 -0600 Subject: [PATCH] bug fix ... need to design porting/loading models on the fly --- data/maker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/maker/__init__.py b/data/maker/__init__.py index 2becbe2..12abc8d 100644 --- a/data/maker/__init__.py +++ b/data/maker/__init__.py @@ -53,7 +53,7 @@ def post(**args): """ pass -def get(**,args): +def get(**args): """ This function will restore a checkpoint from a persistant storage on to disk """