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 All

Hi all 👋 I'm trying to understand clearml-task in CLI. In the docs here None you can add tags from your git repo to look for your script with --branch . But when I try it doesn't seem to work, as it is looking for a branch and not the tag. Am I missing something ? 🤔

  
  
Posted 11 months ago
Votes Newest

Answers 10


Hi @<1564060263047499776:profile|ThoughtfulCentipede62> , I think the issue is still open. Can you please open a GitHub issue to track it so we can make sure it is resolved?

  
  
Posted 9 months ago

Hi @<1546303293918023680:profile|MiniatureRobin9> , what version of clearml are you using and can you give an example live you've tried running?

  
  
Posted 11 months ago

Hi, I get the exact same problem. do you have any solution for this? @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23> Thanks!

  
  
Posted 9 months ago

Is there a way so solve it ? @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 9 months ago

@<1523701070390366208:profile|CostlyOstrich36> None

  
  
Posted 9 months ago

Hi @<1546303293918023680:profile|MiniatureRobin9> ! I think the UI is not aware of tags. Anyway, the repository will likely get checked out to your desired tag. Can you please tell us if that's the case?

  
  
Posted 11 months ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , I have version 1.9.2. When I use the command clearml-task like this one : clearml-task --project test_tag_git --name sklearn --repo http://***.git --script sklearn.py --requirements requirements.txt --branch test_tag --output-uri http://*** using the script from here : None . 'test_tag' is the name of my git tag. When executing this line, I get the task in draft mode, but 'test_tag' is not specified as a tag but as branch name (see screenshot).
I'm using a self-hosted server.
image

  
  
Posted 11 months ago

That's unfortunate. Looks like this is indeed a problem 😕 We will look into it and get back to you.

  
  
Posted 11 months ago

Hi @<1523701435869433856:profile|SmugDolphin23> ! I enqueued my task and I got an error sadly 😞 . I put the logs here

  
  
Posted 11 months ago

Okay, thank you for your answer and your concern 👍

  
  
Posted 11 months ago
588 Views
10 Answers
11 months ago
9 months ago
Tags