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

Reputation

0
0 Hello, We Had To Move Our Logging Server To A New Ip Address, While All The Runs Are Properly Showing Up, Artefacts And And Debug Samples Seem To Still Reference The Old Ip, Is There A Way To Change The Ip For Everything?

Hi @<1582904448076746752:profile|TightGorilla98> , you would need to edit these addresses in mongodb/elastic for the new address. A migration script would do the job

2 years ago
0 Why Is Async_Delete Not Working?

Also, is it an AWS S3 or is it some similar storage solution like Minio?

one year ago
0 Trying To Add Someone To My Workspace And We Keep Getting A Cannot Resolve Link Destination

Oh, can you please do the same with developer tools when user tries to accept?

2 years ago
0 Hello Everyone, I Am A New User For Clearml, I Have One Question: I Created The Dataset, And Upload Files Successfully By Class

Hi, ZippyWalrus56 , can you add a full print of your console log?

Also if possible provide a code snippet, that can help understand the problem 🙂

3 years ago
0 Hi Again

Hi @<1750327622178443264:profile|CleanOwl48> , you need to set the output_uri in Task.init() for example to True to upload to the files server or to a string if you want to use s3 for example

one year ago
0 Hi All! Could Do With Some Help On Running Registered Task On A Clearml-Agent. My Workflow So Far Is As Follows:

Hi NaughtyFish36 ,

Execute a local training run (from within a docker container) which registers a task on our clearml serverWhen you do this, does ClearML detect the docker image that you're running on?

Initially there was the issue of no access via ssh, but that seemed to be fixed through mounting the local .ssh directory onto the docker container root. The subsequent error is the one above i.e. the reference is not a tree. However I can happily checkout that commit hash myself, yet t...

3 years ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

DeliciousBluewhale87 , Hi 🙂

You mean you created a dataset task on a certain server and you want to move that dataset task to another server?

4 years ago
0 What Could Be The Reason That Im Not Getting Any Scalars Reported To Clearml Using Example Script?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , can you please add the log? What version of clearml are you using?

one year ago
0 Does That Mean You Will Lose Credentials If You Restart Clearml Dockers?

You shouldn't lose credentials. How exactly are you deploying your server? All of the related data to the server should be saved in one of the /opt/ folders as explained in the installation steps

one year ago
0 Hi, Anyone Know How To Report Scalars With Tenserflow? Thanks

Yeah, but how are iterations marked in the script?

3 years ago
0 Hi There, We Have A Clearml Server And I Have Spun Up An Agent Using A Docker Image (As We Have Private Packages On Aws Codeartifact That Need Installing). I Have Created The

Looks like it is the issue indeed. You need a docker image that already has ssh or to install ssh in the image via the shell init script

one year ago
2 years ago
0 Hello, We Use Clearml With A Torch.Distributed (Ddp, On Only 1 Machine But With Multiple Process) Training, And We Found That Clearml Intercepts And Changes The Exit Code Of Our Process (I.E. Exit(1) Does Not Exit 1 Anymore), And Torch.Multiprocessing.Spa

VirtuousFish83 Hi 🙂

What versions are you running with? ClearML, ClearML-Agent, Torch, Lightning. Which OS are they run on and with what python version.

Do you maybe have a snippet to play around with to try and reproduce the issue?

4 years ago
0 Hello! Currently Clearml Open-Source Supports Only Aws Auto-Scaler. Have Any One Tried To Implement Auto-Scaler (E.G. Spin Up/Down Compute Instance) In Google Cloud? Have You Faced Any Significant Issues?

I'm afraid it is not part of the open-source version. The PRO plan is pretty cheap (15 USD/month per user + some usages for applications & storage) compared to the price of the compute you're paying for on GCP. In the long run it would be saving money on idle machines and the time of your DevOps that need to raise/lower these machines all the time 🙂

2 years ago
0 Hey All, I'Ve Been Doing Some Hyperparameter Tuning Today Using A Clearml Managed Dataset. However, I Kept Running Into The Following Error:

Hi @<1780043419314294784:profile|LargeHamster21> , are you running multiple instances of the agent on the same machine? If that is the case, can you elaborate on the use case?

10 months ago
0 Hello, I Am Using The Clearml Integration With Ultralytics. I Have Very Simple Code

@<1644147961996775424:profile|HurtStarfish47> , you also have the auto_connect_frameworks parameter of Task.init do disable the automatic logging and then manually log using the Model module to manually name and register the model (and upload ofc)

one year ago
0 Hi, What Would Be The Correct Way To Move An Existing Self-Hosted Clearml Environment (In Our Case Only Experiments. With Artifacts, Models, Debug Samples Etc.) From One Server To Another, With A Different Url And Possibly Different Port Numbers? Is Such

Hi @<1558986867771183104:profile|ShakyKangaroo32> , you can do it but keep in mind that models/artifacts/debug samples are all referenced as links inside mongo/ES, you'd have to migrate the databases for that

11 months ago
0 Hi, Is There A Way To Add The Sdk

Oh I see, I think TimelyPenguin76 worked with something similar.

3 years ago
3 years ago
0 Hello! I Just Managed To Get A Model'S Response For The First Time In Months

Hi @<1838387863251587072:profile|JealousCrocodile85> , are you referring to one of the examples? What steps did you take?

2 months ago
Show more results compactanswers