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
Is There A Way To Interface With Clearml Agent (Cli?) To Handle Model Repositories And Data Versioning (But So, Not Experimentation, Tight Integration, Pipelining, Etc)?

Is there a way to interface with ClearML agent (CLI?) to handle model repositories and data versioning (but so, not experimentation, tight integration, pipelining, etc)?

  
  
Posted 3 years ago
Votes Newest

Answers 9


Thanks Alon. In the full/official documentation the clearml-data CLI is not mentioned anywhere, so perhaps it should be refreshed 😉

I think we're referring to different things here.
I won't be using the UI (and neither will my team).
But as mentioned, we've used DVC before and it adds a lot of junk metadata files to each GitHub PR (many dvc.yaml , dvc.lock and .gitignore files). We're trying to avoid that as much as possible, hence my question about GitHub pull requests when using clearml-data .

  
  
Posted 3 years ago

If everything is managed with a git repo, does this also mean PRs will have a messy metadata file attached to them?

  
  
Posted 3 years ago

I think so, it was just missing from the official documentation 🙂 Thanks!

  
  
Posted 3 years ago

Hi UnevenDolphin73

I’m not sure I understand - can you share the use case you are looking for? You want to interact with the ClearML-agent?

  
  
Posted 3 years ago

ClearML doesnt add any yaml or lock files to your repo, actually I think it only needs read permissions.

In the full/official documentation the 

clearml-data

 CLI is not mentioned anywhere, so perhaps it should be refreshed 

Yep, you are right, The clearml-data is really new, and it will be in one of the next documentation version.

  
  
Posted 3 years ago

For data versioning you can use the ClaerML data managemant.
Its being done with the CLI, an easy installation and you are ready to go, you can view a full example in this link - https://github.com/allegroai/clearml/blob/master/docs/datasets.md , including the installation.

Every task in ClearML includes the git repo, the changes and the full running environment.

You have some more cool things you can use (like pipelines, HPO, ClearML task CLI and more), you can find all of them here - https://github.com/allegroai/clearml#additional-modules

is this what you were looking for?

  
  
Posted 3 years ago

I'm trying to decide if ClearML is a good use case for my team 🙂
Right now we're not looking for a complete overhaul into new tools, just some enhancements (specifically, model repository, data versioning).

We've been burnt by DVC and the likes before, so I'm trying to minimize the pain for my team before we set out to explore ClearML.

  
  
Posted 3 years ago

UnevenDolphin73 FYI: clearml-data is documented , unfortunately only in GitHub:
https://github.com/allegroai/clearml/blob/master/docs/datasets.md

  
  
Posted 3 years ago

Not everything is manage with a git repo, if your script is a standalone, the full script will be in the uncommitted changes section (EXECUTION tab).

The repository information is the repository location, the uncommitted changes, the branch with commit id / tag.

BTW, the full link to the docs - https://allegro.ai/clearml/docs/

  
  
Posted 3 years ago
561 Views
9 Answers
3 years ago
one year ago
Tags