turicreate.style_transfer.StyleTransfer¶
-
class
turicreate.style_transfer.StyleTransfer(model_proxy=None, name=None)¶ A trained model using C++ implementation that is ready to use for classification or export to CoreML.
This model should not be constructed directly.
Methods
StyleTransfer.export_coreml(filename[, …]) |
Save the model in Core ML format. |
StyleTransfer.get_styles([style]) |
Returns SFrame of style images used for training the model |
StyleTransfer.save(location) |
Save the model. |
StyleTransfer.stylize(images[, style, …]) |
Stylize an SFrame of Images given a style index or a list of styles. |
StyleTransfer.summary([output]) |
Print a summary of the model. |