Exemplo n.º 1
0
def _initialize_upon_import(model_state_path: str) -> KerasTheanoModel:
    ''' Initialize / Restore Model Object.
    '''
    return KerasTheanoModel(model_state_path)
def _initialize_upon_import(model_state_path):
    """ Initialize / Restore Model Object.
    """
    return KerasTheanoModel(model_state_path)