Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Everyone, I Am Very New To Clearml. I Would Like To Do A Tutorial To Gain Practical Experience With Clearml. I Have Seen That

Hi everyone, I am very new to ClearML. I would like to do a tutorial to gain practical experience with ClearML. I have seen that https://clear.ml/docs/latest/docs/guides provides examples and guides. But I do not see in which order I should do the tutorials. I thought I should start with https://clear.ml/docs/latest/docs/guides/clearml-task/clearml_task_tutorial , but a prerequisite is to " clearml-agent running on at least one machine (to execute the experiment), configured to listen to default queue" - no idea how to do that.

  
  
Posted one year ago
Votes Newest

Answers


Hi VivaciousBadger56 , This is a good question. In my opinion it's best to start with viewing videos from ClearML's YouTube video. This one is especially useful:
https://www.youtube.com/watch?v=quSGXvuK1IM

As regards to which steps to take, I think the following should cover most bases:
Experiment tracking & management - See that you can see all of the expected outputs in the ClearML webUI Remote experiment execution - Try and execute an experiment remotely using the agent. Change some configurations to see that they take affect when you run your experiment. Pipelines - Build your own pipeline
Also, this is actually a very good starting point:
https://clear.ml/docs/latest/docs/getting_started/ds/ds_first_steps

  
  
Posted one year ago
487 Views
1 Answer
one year ago
one year ago
Tags
Similar posts