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 Compare The Scripts Of Different Experiment Runs? This Will Make It Easy To Track Changes And Version Control

Hi,
Is there a way to compare the scripts of different experiment runs? This will make it easy to track changes and version control

  
  
Posted 3 years ago
Votes Newest

Answers 3


If your script is stored in a remote server, how do you execute it? When ClearML is used in a stand-alone Python script, the scripts' content will be stored in the Uncommitted Changes section of the experiment (so comparison should work)

  
  
Posted 3 years ago

SuccessfulKoala55 Thanks for the clarification. What if I'm not using a git repo, and the script is only stored on a remote server? Is there a way to upload a "snapshot" of it?

  
  
Posted 3 years ago

Hi HelpfulDeer76 ,
If your experiments use uncommitted changes, these will show up when you compare experiments (and you can see the differences).
Otherwise, the ClearML Server/WebApp has no access to your source code as it's stored in a source control repository (git)

  
  
Posted 3 years ago
534 Views
3 Answers
3 years ago
one year ago
Tags