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, 4172 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hi, Is There A Way To Forbid Uploading Datasets Into Fileserver Or To Make S3 Storage A Default Location For Datasets? As Far As I Know, The Only Way To Upload Dataset To The S3 Storage Is To Use

ContemplativeGoat37 , Hi 🙂

You can do the following configuration in your ~/clearml.conf
sdk.development.default_output_uri: " s3://my_bucket/ "

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

Hmmm, looking at F12 it appears to be version/build/api numbers

3 years ago
0 So I Decided To Re-Create My Clearml Server, I

Then the fix should be out in next version 🙂

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

I'm not sure, maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea 🙂

2 years ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

Also, can you try with dataset.upload(output_url="/home/user/server_local_storage/clearml_training_dataset/")

(note the added '/' at the end of the line)

3 years ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

GiganticTurtle0 , I tried running the same script as before and added dataset.get_local_copy() at the end and it managed to work fine. Do you have any other changes? Are you on the latest repo code?

3 years ago
2 years ago
0 Hello, I See There Are Two Different Classes For Clearml-Dataset I.E. Dataset And Datasetversion. May I Know Why There Is A Need For Both When There Are Large Overlaps Between Them.

Hi OddShrimp85 ,

Please note that Datasets in this context are part of the HyperDatasets feature. This is an advanced feature for managing unstructured data. So in context of HyperDatasets, a Dataset is a collection of DatasetVersions that are structured by some logic within.

2 years ago
0 Hey, Trying To Do Some Cleanup Because Of No Space Left. For The Clearml Worker Nodes Under The

Hi ObedientToad56 , you can simply delete all of them since it's only cache. It's safe to delete cache 🙂

3 years ago
0 Hi! How To Fix This Error With Response?

Hi AbruptHedgehog21 , what are you trying to do when you're getting this message? Are you running a self hosted server?

3 years ago
0 Hello, We'Re Getting A Strange Error While Training Yolov5:

Can you seee if there are errors in the apiserver?

2 years ago
0 Can I Connect Wtih Some One Who Was Able To Successfully Deploy Clearml On Gcp. Are There Tutorials For This ?

Hi @<1673501379764686848:profile|VirtuousSeaturtle4> , what do you mean? Connect to a server someone else set up?

one year ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

It's a way to execute tasks remotely and even automate the entire process of data pre processing -> training -> output model 🙂
You can read more here:
https://github.com/allegroai/clearml-agent

3 years ago
0 Hello, I'M Trying To Use Clearml Agent To Build A Containerized Task

Hi @<1603560525352931328:profile|BeefyOwl35> , can you please elaborate on what you mean by running the build command?

Can you add a full log?

one year ago
0 Hello, I’M Using

Great, thanks!

3 years ago
0 Hi, We Could Only Access The Self-Hosted Clearml-Server Via

Not from the top of my head, let me take a look 🙂

3 years ago
0 Hi Everyone, Two Questions: 1- How Does Clearml Figures Out The Environment? For Example In My Env I Have This

Hi AttractiveCockroach17 , in the first question - clearml captures the packages used during the run. What does your script use and what does clearml capture when running locally on your machine?

You can configure the clearml to capture your entire environment as well.

Regarding 2:
Can you please expand on the entire process?

2 years ago
Show more results compactanswers