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
I’M Trying To Get The Meta-Information About The Code (Section Execution) To Be Auto-Filled, However When I Run The Script With The Pycharm Testrunner, It Is Missing. If I Use

Iā€™m trying to get the meta-information about the code (section execution) to be auto-filled, however when I run the script with the pycharm testrunner, it is missing. If I use Task.create instead of Task.init it works, however then the Task is marked as draft and not artifacts, etc. are uploaded.
How can I make the Task non-draft?

  
  
Posted one year ago
Votes Newest

Answers 10


Could you please give me some details about what you need to achieve ? It could also help if you could explain me what you mean by : When I use Task.create it works ?
A screenshot would be welcomed here šŸ™‚

  
  
Posted one year ago

Hey SweetBadger76
By using Task.create and specifying the path to the script clearML is able to collect all the source information, however the experiment then is a draft and does not upload anything

  
  
Posted one year ago

Thanks SweetBadger76 šŸ™‚

  
  
Posted one year ago

it is a bit old - i recommand you to test again with the latest version 1.4.1
can you please give me some more details about what you intent to do ? it would be easier then to reproduce the issue

  
  
Posted one year ago

1.3.2 as client

  
  
Posted one year ago

hey Maximilian,
which version of clearml are you using ?

  
  
Posted one year ago

Hi SweetBadger76 , are there any news about this issue?

  
  
Posted one year ago

I have created the task with Task.create and pulled it with an agent, to change its status. The error now occurs when the agent builds the env : he tries to pull jb_pytest_runner from the repo.
We are working on a solution, I will keep you updated

  
  
Posted one year ago

I added more information here https://github.com/allegroai/clearml/issues/697

  
  
Posted one year ago

Hi EnormousWorm79

The Pycharm testrunner wraps the script into a local cript, and thats what you are getting.
(jb pytest runner). Because it is local, you lose the source info

Let me check if I have a workaround or solution for you. I keep you updated

  
  
Posted one year ago
678 Views
10 Answers
one year ago
one year ago
Tags