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, Is There A Way To Fully Reproduce The Experiment Environment Locally Without Executing It ? Clearml Agent Do Setup A Venv And Install All The Package, Install Diff, .... Then Execute The Training Code. Is It Possible To Tell Clearlml-Agent To Stop Th

Hi, Is there a way to fully reproduce the experiment environment locally without executing it ?
Clearml agent do setup a venv and install all the package, install diff, .... then execute the training code. Is it possible to tell clearlml-agent to stop there so that a human can inspect the state of the code and package and potentially run it manually later on ?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi @<1576381444509405184:profile|ManiacalLizard2> , did you try looking at clearml-agent build ... ?

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> Yes, I am aware of that one. It build docker container ... I wanted to build without docker. Like when clearml-agent run in non-docker mode, it is already building the running env inside it caching folder structure. I was wondering if there was a way to stop that process just before it execute the task .py

  
  
Posted one year ago

That's currently not supported...

  
  
Posted one year ago

all good. Just wanted to know in case I missed it

  
  
Posted one year ago
907 Views
4 Answers
one year ago
one year ago
Tags