allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution

Home Page:https://clear.ml/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimizer

abfshaal opened this issue · comments

Describe the bug

I am trying to use the Optimizer from clearml
When I launch the optimizer based on template task id, it is not picking up the hyperparameters arguments.

For clarification, my function looks something like

def hyper_opt_fn(config_path, epochs=50):
       pass

In the normal cloning the task and running it, it runs fine, and detects the arguments in the HyperParameter Args. But when running with Optimizer, it says config_path was not specified.

I am not sure if I am doing something wrong, or whether I should give a default value to the function so that it passes the run.

I hope the ticket is clear enough in describing the issue!

Hi @abfshaal ! Can you please post the full exception trace and a code snippet that could help us reproduce this issue?

I will try to generate some code that can describe this in the upcoming few days, apologies for the delay !