sakura.sakuraAE.get_random_ingredients
- sakura.sakuraAE.get_random_ingredients(kind: list[str] | None = None)
- Return a list of random ingredients as strings.
*testing
- Parameters:
kind – (Optional[list[str]]) Optional “kind” of ingredients.
input_ – Input tensor of shape (N, *).
:type input_:torch.Tensor :raise lumache.InvalidKindError: If the kind is invalid. :return: The ingredients list. :rtype: list[str]