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, I Am Running My Script From Pycharm And Create A Task Inside It Using

Hi,
I am running my script from PyCharm and create a task inside it using Task.init()
My PyCharm is connected to my git repo, and I want to add my git repo information to the task.
I have seen that there is an execution-> source code-> repository in the experiment dashboard, but it's empty. How can I edit it so it will have the repo information? automatically or manually
Thanks!

  
  
Posted one year ago
Votes Newest

Answers 3


It solved it, thanks!

  
  
Posted one year ago

If you're running on a remote interpreter you can install clearml plugin so it will detect repo properly

  
  
Posted one year ago

Hi DistressedKoala73 ,

What version of ClearML are you using? Are you using a remote interpreter? You can also connect it manually with https://clear.ml/docs/latest/docs/references/sdk/task#set_script

  
  
Posted one year ago
656 Views
3 Answers
one year ago
one year ago
Tags