dlpy.model.Model.save_to_astore

Model.save_to_astore(path=None, layers=None, **kwargs)

Save the model to an astore object, and write it into a file.

Parameters
pathstring

Specifies the client-side path to store the model astore. The path format should be consistent with the system of the client.

layersstring list, optional

Specifies the names of the layers to include in the output astore scoring results. This can be used to extract the features for given layers.

kwargskeyword arguments, optional

Specifies additional keyword arguments for the dlExportModel action. For details, see deepLearn.dlExportModel