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
CostlyOstrich36
Moderator
0 Questions, 4210 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

Do you mean like sub modules or actually just clone several independent repositories?

2 years ago
0 What If I Want To Clone Multiple Repositories On A Remote Machine? How Do I Do That?

I'm not sure that is possible. What is your specific use case?

2 years ago
0 After Trying To Execute A Task From The Queue The Agent Fails Installing The Environment:

Hi TartBear70 ,

Did you run the experiment locally first? What versions of clearml/clearml-agent are you using?

3 years ago
3 years ago
0 Hi Everyone! Quick Question Does Clearml Offer Also Direct Access To Compute Resources, Or You Always Need To Bring Your Own Cloud Provider?

Hi @<1752501940488507392:profile|SquareMoth4> , you have to bring your own compute. ClearML only acts as a control plane allowing you to manage your compute. Why not use AWS for example as a simple solution?

one year ago
0 Why Is Async_Delete Not Working?

Meaning that you should configure your host as follows host: "somehost.com:9000"

one year ago
0 Why Is Async_Delete Not Working?

Again, I'm telling you, please look at the documentation and what it says specifically on minio like solutions.
The host should be
host: " our-host.com :<PORT>"
And NOT
host: " s3.our-host.com "
Maybe you don't require a port I don't know your setup, but as I said, in the host settings you need to remove the s3 as this is reserved only to AWS S3.

one year ago
0 Hey Everyone! When Adding Files To A Dataset, Is There A Way To

Hi ShortElephant92 , how are you adding files currently? Code or CLI? You can specify the storage in both cases.

Via CLI using the
--output-uritag.
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli#create

Via code use the output_url parameter during Dataset.create() call
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_sdk#datasetcreate

3 years ago
2 years ago
3 years ago
0 I Get An

Same file I mean the requirements.txt file

4 years ago
0 Hi, Currently Running

So you're using the community server? Response time really depends on the resources of the machine that is running the server and amount of data to filter

one year ago
0 For Some Reason I Can'T Delete A Pipeline Projet, The Deletion Is Running Indefinitely. Is There A Way To Force The Deletion Of A Project Via The Apiclient?

After this passes - and you refresh the page even with the popup stuck in infinite loop - does the project get deleted? I think it might be a UI issue

3 years ago
0 Hello! Are You Able To Help Be Debug This Message?

On prem is also K8s? Question is if you run the code unrelated to ClearML on EKS, do you still get the same issue?

one year ago
0 Any Ideas

Hi MortifiedDove27 , try going into localhost:8080/login

3 years ago
0 Hi There, I’Ve Run Into The Following Error When Trying To Enqueue A New Task:

Hi @<1745616566117994496:profile|FantasticGorilla16> , you can always increase disk space on the machine running the server. Another option is to manually delete indices in Elastic, although it would be highly unadvised.

You could also probably clear up space in the file server if it has been heavily used.

10 months ago
0 Why Is Async_Delete Not Working?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , you need to add the port to the credentials when you input them in the webUI

one year ago
0 Hi There, Maybe This Was Already Asked But I Don'T Remember: Would It Be Possible To Have The Clearml-Agent Switch Between Docker Mode And Virtualenv Mode At Runtime, Depending On The Experiment

I guess that's a good point but really applicable if your training is CPU intensive. If your training is GPU intensive I guess most of the load goes on the GPU so running over VM (EC2 instances for example) shouldn't have much of a difference but this is worthy of testing.

I found this article talking about performance
https://blog.equinix.com/blog/2022/01/04/3-reasons-why-you-should-consider-running-containers-on-bare-metal/

But it doesn't really say what the difference in performance is...

2 years ago
Show more results compactanswers