Embed images using pretrained DL models.
link_embeddings
, for example, to create a network of images
connected by similarity).
In its current form the step calculates image embeddings using Clip,
which has been trained on 400M image/text pairs to pick out an image’s correct caption from a list of candidates.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters