bug fix ... need to design porting/loading models on the fly
This commit is contained in:
parent
37ba836a7e
commit
6c12cf0b2a
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue