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
https://clear.ml/docs
Apache License 2.0
5.64k stars 652 forks source link

Questions about the use of ClearML REST API #611

Open Mmmyyym opened 2 years ago

Mmmyyym commented 2 years ago

1、How do I enter custom hyperparameters when using the tasks.clone API? What should the custom format of the input be 2、Is there a more detailed use case for the ClearML REST API

jkhenning commented 2 years ago

Hi @Mmmyyym,

The task hyper-parameters should be in the format:

  "section-name": {
    "param-name": {
      "section": "section-name",
      "name": "param-name",
      "value": <value>
    }
  }

Currently, the API reference is here, and we're working on a more comprehensive documentation

edenbuaa commented 8 months ago

UPDATE: The API reference link is here

@edenbuaa