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
UnevenDolphin73
Moderator
106 Questions, 749 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

662 × Eureka!
0 Does Clearml Exposes (Even Temporarily) The Contents Of E.G.

Because setting env vars and ensuring they exist on the remote machine during execution etc is more complicated ๐Ÿ˜

There are always ways around, I was just wondering what is the expected flow ๐Ÿ™‚

2 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

Ah, the API server /users.get_all , I see!

3 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

It's of course not an MLOps issue so I understand it's not high on the priority list, but would be kinda cool to just have a simple view presenting the content of users.get_all ๐Ÿ˜„

3 years ago
0 I'M Trying To Set Up Some Initial Experiments Within Our Stack, But When I Use The

From the log you shared, the task is picked up by theย 

worker_d1bd92a3b039400cbafc60a7a5b1e52b_4e831c4cbaf64e02925b918e9a3a1cf6_<hostname>:gpu0,1

ย worker

I can try and target the default one if it helps..?

3 years ago
0 Can We Use Dynamodb With Clearml Helm Charts Instead Of Mongodb? We'D Like To Move All Stateful Storage To Aws As A Separate Service And That Would Be A Nice Alternative

Thanks SuccessfulKoala55 and AgitatedDove14 ! We'll go through the hoops of setting up mongo on AWS then.
We're working to decouple the data from the helm chart, seems like a dangerous idea to store long term data on k8s in case of failure ๐Ÿ˜…

2 years ago
0 Can We Use Dynamodb With Clearml Helm Charts Instead Of Mongodb? We'D Like To Move All Stateful Storage To Aws As A Separate Service And That Would Be A Nice Alternative

I realized it might work too, but looking for a more definitive answer ๐Ÿ˜„ Has no-one attempted this? ๐Ÿค”

2 years ago
0 When Uploading An Artifact, Can I List It In Some Grouping (Like With Parameters, Having E.G.

TimelyPenguin76 that would have been nice but I'd like to upload files as artifacts (rather than parameters).

AgitatedDove14 I mean like a grouping in the artifact. If I add e.g. foo/bar to my artifact name, it will be uploaded as foo/bar .

3 years ago
0 When Using

Btw TimelyPenguin76 this should also be a good starting point:
First create the target directory and add some files:sudo mkdir /data/clearml sudo chmod 777 -R /data/clearml touch /data/clearml/foo touch /data/clearml/bar touch /data/clearml/bazThen list the files using the StorageManager. It shouldn't take more than a few miliseconds.` from clearml import StorageManager

%%timeit
StorageManager.list("/data/clearml")

-> 21.2 s ยฑ 328 ms per loop (mean ยฑ std. dev. of 7 runs, 1 loop each) `

3 years ago
0 Can We Use S3 Buckets To Cache Environments?

Nice, that works ๐Ÿ™‚ Thanks!

2 years ago
0 Our Mac Users Are Having Some Issues. They Have Their Respective ~/Clearml.Conf, And Yet They Get: Clearml 1.1.5

We have a mini default config (if you remember from a previous discussion we had) that actually uses the second form you suggested.
I wrote a small "fixup" script that combines this default with the one generated by clearml-init , and it simply does:
def_config = ConfigFactory.parse_file(DEF_CLEARML_CONF, resolve=False) new_config = ConfigFactory.parse_file(new_config_file, resolve=False) updated_new_config = ConfigTree.merge_configs(new_config, def_config)

3 years ago
0 I Guess One Experiment Is Running Backwards In Time

I have seen this quite frequently as well tbh!

3 years ago
0 For Some Reason The Agent Is Now Trying To Use Python 2.7 All Of A Sudden, Any Idea Why?

Will try!

Curious - is there a temporary changelog for 1.2.0? ๐Ÿ˜ Always fun to poke at the upcoming features

EDIT: Wait, should the clearml RC be installed outside the venv for the agent as well?

3 years ago
0 We'Re Using Ray And Clearml Together, And Suddenly We'Re Seeing Some Hanging Threads, And Finally We Got An Error Message:

Another side effect btw is that some of our log files (we add a file handler to the logger) end up at 0 bytes. This specifically happens with Ray and ClearML and does not reproduce locally

3 years ago
0 Is There Any Testing Suite That Ships With Clearml? If We'D Like To Make Some Unit Tests For Our Code?

I'll try it out, but I would not like to rewrite that code myself maintain it, that's my point ๐Ÿ˜…

Or are you suggesting I Task.import_offline_session ?

2 years ago
0 One More Follow-Up Still; We'Re Trying To Run Non-Gpu Scaler, And I'Ve Finally Sorted Out Subnet And Security Groups Issues, Only To Run Into This:

Odd; switching to virtual environment results in
fatal: could not read Username for ' ': terminal prompts disabledeven though it does earlier show that:
agent.git_user = xxx

2 years ago
0 Trying To Run Aws Autoscaler With

SuccessfulKoala55 it does not

2 years ago
0 I Realize I'M Asking Many Niche Questions - My Apologies

Sorry, not necessarily RBAC (although that is tempting ๐Ÿ˜‰ ), but for now was just wondering if an average joe user has access to see the list of "registered users"?

3 years ago
0 When Using

This also appears in the error log:

` StorageManager.download_folder(cache_dir.as_posix(), local_folder=".")
File "/home/idan/.clearml/venvs-builds/3.7/lib/python3.7/site-packages/clearml/storage/manager.py", line 278, in download_folder
for path in helper.list(prefix=remote_url):
File "/home/idan/.clearml/venvs-builds/3.7/lib/python3.7/site-packages/clearml/storage/helper.py", line 596, in list
res = self._driver.list_container_objects(self._container, ex_prefix=prefix)
Fi...

3 years ago
0 When Using

Ubuntu 18.04, latest clearml version

3 years ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

Any thoughts @<1523701070390366208:profile|CostlyOstrich36> ?
I wouldnโ€™t want to run the entire notebook, just a specific part of it.

one year ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

I can elaborate in more detail if you have the time, but generally the code is just defined in some source files.
Iโ€™ve been trying to play around with pipelines for this purpose, but as suspected, it fails finding the definition for the pickled objectโ€ฆ

one year ago
0 How Can I Send A Composed Chunk Of Code For Remote Execution

Iโ€™ll give the create_function_task one more try ๐Ÿค”

one year ago
0 If I Clone A Task, I Suppose All Artifacts Are Not Cloned With It, Even If They Are Registered, Right?

Yes, thanks AgitatedDove14 ! It's just that the configuration object passed onwards was a bit confusing.
Is there a planned documentation overhaul? ๐Ÿค”

2 years ago
Show more results compactanswers