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
Profile picture
HurtWoodpecker30
Moderator
10 Questions, 43 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

41 × Eureka!
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
I’ve set up a gcp project and service acct, and added creds.json to clearml.conf, but this page is not clear on how to use it with clearml-data https://clear...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Just came here to say how much I appreciate clearML ! It just stays out of the way and tracks so many things, and has been super useful when digging into dif...
3 years ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hi Could someone please point me to a page that shows how to set up google cloud storage so I can use it to push/pull data from it using clearml-data ? thanks
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Are there instructions somewhere on how I can use clearml-agent to run jobs on my google-cloud compute engine?
3 years ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
from the docs it is not clear whether I can use the clearml-data CLI for pushing/pulling data from a remote storage (e.g. google storage) https://clear.ml/do...
3 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K Views
I uncommented the line path: ~/.clearml/venvs-cache in the remote agent’s clearml.conf but the remote agent still keeps re-installing all pkgs in the venv. (...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
is this the right place? https://clear.ml/docs/latest/docs/integrations/storage#configuring-google-storage
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
gm folks, really liking ClearML so far as my top choice (after looking at dvc, mlflow), and thank you for your help here! I had another Q: Is there a recomme...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
it used to work just fine until a few days ago
3 years ago
0 Votes
17 Answers
3K Views
0 Votes 17 Answers 3K Views
Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
0 I Uncommented The Line

Actually that did not help. Still same behavior

3 years ago
0 I Uncommented The Line

I'm not familiar with “installed package s” list in the task

3 years ago
0 I Uncommented The Line

That seems pretty powerful, will give that a try, thanks

3 years ago
0 I Uncommented The Line

Yes after installing , it listed the installed packages in the console , with version of each

3 years ago
0 I Uncommented The Line

This works great, thanks AgitatedDove14 👍

3 years ago
0 I Uncommented The Line

Actually with base-task-id it uses the cached venv, thanks for this suggestion! Seems like this is equivalent to cloning via UI.
And I will look into the non-cli workflow you’re suggesting.

3 years ago
0 I Uncommented The Line

But “cloning” via UI runs an exact copy of the code/config, not a variant, unless I edit those via UI (which is not ideal). So it looks like the following workflow that is trivial to do locally is not possible via remote agents:
run exp tweak code/configs in IDE, or tweak configs via CLI have it re-rerun in exact same venv (with no install overhead etc)
So maybe the remote agents are more meant for enqueuing a whole collection of settings (via code) and checking back in a few hours (in which ...

3 years ago
0 I Uncommented The Line

The cached venv path .clearml/venvs-cache is nowhere mentioned in the logs

3 years ago
0 I Uncommented The Line

I use a CLI arg remote=True so depending on that it will run locally or remotely.

3 years ago
0 I Uncommented The Line

I mean from the requirements .txt it gets from the git repo

3 years ago
0 I Uncommented The Line

So net-net does this mean it’s behaving as expected, or is there something I need to do enable “full venv cache”? It spends nearly 2 mins starting from
created virtual environment CPython3.8.10.final.0-64 in 97ms creator CPython3Posix(dest=/home/pchalasani/.clearml/venvs-builds/3.8, clear=False, global=False)and then printing several lines lines like this
` Successfully installed pip-20.1.1
Collecting Cython
Using cached Cython-0.29.30-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86...

3 years ago
0 I Uncommented The Line

I mean it is in Pip mode and the agent installs deps from git repo that it pulls

3 years ago
0 I Uncommented The Line

I see, so there’s no way to launch a variant of my last run (with say some config/code tweaks) via CLI, and have it re-use the cached venv?

3 years ago
Show more results compactanswers