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 one year ago

Reputation

0

Badges 1

41 × Eureka!
0 Votes
4 Answers
779 Views
0 Votes 4 Answers 779 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...
2 years ago
0 Votes
0 Answers
644 Views
0 Votes 0 Answers 644 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...
one year ago
0 Votes
0 Answers
896 Views
0 Votes 0 Answers 896 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
2 years ago
0 Votes
0 Answers
648 Views
0 Votes 0 Answers 648 Views
is this the right place? https://clear.ml/docs/latest/docs/integrations/storage#configuring-google-storage
2 years ago
0 Votes
13 Answers
709 Views
0 Votes 13 Answers 709 Views
Are there instructions somewhere on how I can use clearml-agent to run jobs on my google-cloud compute engine?
2 years ago
0 Votes
0 Answers
651 Views
0 Votes 0 Answers 651 Views
it used to work just fine until a few days ago
2 years ago
0 Votes
17 Answers
842 Views
0 Votes 17 Answers 842 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...
2 years ago
0 Votes
28 Answers
673 Views
0 Votes 28 Answers 673 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. (...
2 years ago
0 Votes
2 Answers
883 Views
0 Votes 2 Answers 883 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...
2 years ago
0 Votes
0 Answers
869 Views
0 Votes 0 Answers 869 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...
2 years ago
0 Are There Instructions Somewhere On How I Can Use Clearml-Agent To Run Jobs On My Google-Cloud Compute Engine?

So if I want to train with a remote agent on a remote machine, I have to:
spin up clearml-agent on the remote create a dataset using clearml-data, populate with data… from my local machine use clearml-data to upload data to google gs:// bucket modify my code so it accesses data from the dataset as here https://clear.ml/docs/latest/docs/clearml_data/clearml_data_sdk#accessing-datasetsAm I understanding right?

2 years ago
0 I Uncommented The Line

A quick note for others who may visit this… it looks like you have to do:
Task.force_requirements_env_freeze(force=True, requirements_file="requirements.txt")to ensure any changes in requirements.txt are reflected in the remote venv

2 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?

2 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.

2 years ago
0 I Uncommented The Line

I think I’m starting to “get” this 🙂

2 years ago
0 I Uncommented The Line

… but I have a feeling they will not give me the “instant venv activation” behavior I’m looking for.

2 years ago
0 I Uncommented The Line

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

2 years ago
0 I Uncommented The Line

Actually that did not help. Still same behavior

2 years ago
0 I Uncommented The Line

Oh I think I know what missed. When I set --project … --name … they did not match the names I used when I did task.init( ) in my code

2 years ago
0 I Uncommented The Line

will try what you suggested above

2 years ago
0 I Uncommented The Line

I have a strong attachment to a workflow based on CLI, nice zsh auto-suggestions, Hydra and the like. Hence why I moved away from dvc 🙂

2 years ago
0 I Uncommented The Line

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

2 years ago
0 I Uncommented The Line

This works great, thanks AgitatedDove14 👍

2 years ago
0 I Uncommented The Line

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

2 years ago
0 I Uncommented The Line

I used
task.execute_remotely(queue_name=..., clone=True)and indeed it instantly activates the venv on the remote. I assume clone=True is fine

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

I would also be interested in a GCP autoscaler, I did not know it was possible/available yet.

2 years ago
0 I Uncommented The Line

Thanks for the quick response . Will look into this later , I think I understand

2 years ago
0 I Uncommented The Line

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

2 years ago
0 I Uncommented The Line

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

2 years ago
2 years ago
0 I Uncommented The Line

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

2 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

2 years ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Dataset.get works fine from python script, it pulls in the data into cache. Just the cli seems broken

2 years ago
Show more results compactanswers