Launch a custom recipe, from Adaptive UI or SDK
Config parameters selection in the UI
adaptive.custom_recipes.upload()
to upload your recipe files to the platform.
adaptive.custom_recipes.list()
to view all available recipes.
To list all recipes:
adaptive.custom_recipes.run_training_recipe()
to launch training jobs with your uploaded recipes.
Arguments to pass to the recipe config should be given in the recipe_args
argument and should perfectly match the config defined in the recipe.