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
Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

Dear clearml practitioners,
I'd like to share my experiment to another company, in order for them to clone and fine-tune it on their own clearml server. Is there a way to do it?

Let's assume they have access to all git repos, docker registries and data storages required

I know there is a share feature
https://clear.ml/docs/latest/docs/webapp/webapp_exp_sharing/

but:
does it allow cloning? how do I use it? Because there is no "share" option in the drop-down menu on my side

  
  
Posted 4 months ago
Votes Newest

Answers 4


@<1523701070390366208:profile|CostlyOstrich36> Yes, I'm self deployed, and the company I want to share it with is also self deployed

  
  
Posted 3 months ago

I'm sorry I was under the impression you were on the community server. I'm guessing you're self deployed?

  
  
Posted 3 months ago

If you shared an experiment to a colleague in a different workspace, can't they just clone it?

  
  
Posted 4 months ago

CostlyOstrich36 idk, I need to share it to see

how do I share it?

  
  
Posted 4 months ago
118 Views
4 Answers
4 months ago
3 months ago
Tags