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 I Guys, Question, Mainly For Convenience, About Querying Tasks In Subprojects. I Wanted To Get All Published Tasks From All Child-/Subprojects Like So:

Hi @<1577468611524562944:profile|MagnificentBear85> , the webUI uses the API under the hood. So you can open Developer tools (F12) and see what the webUI sends and then replicate that with code.

WDYT?

5 months ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

SarcasticSparrow10 , it seems you are right. At which point in the instructions are you getting errors from which step to which?

3 years ago
0 Hello, Is There A Way To Pull Dataset From A Local Hdd When Using Pipeline As Function?

I think it's the same usage as it were a regular task. Did you encounter any issues?

2 years ago
0 Hi ! I ’Ve Got This Error

Hi ReassuredArcticwolf33 , what are you trying to do and how is it being done via code?

3 years ago
0 Hey.

TenseOstrich47 , you can specify a docker image with
task.set_base_docker(docker_image="<DOCKER_IMAGE>")You will of course need to login to ECR on that machine so it will be able to download the docker image.

3 years ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

Hi @<1523706826019835904:profile|ThoughtfulGorilla90> , it's not possible since workspaces are connected to the email itself. I would suggest writing some automation to extract the relevant projects/experiments from one workspace and register them into the new workspace. The API would be the best way to go. You would need to extract all information about the experiment itself and then also extract all the logs/scalars/plots and then simply register everything in the new workspace.

[None](h...

9 months ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

The webUI is using the API to show everything so I would suggest opening developer tools (F12) and seeing what is being sent by the UI when you navigate different sections of the experiments to use as a baseline

9 months ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

Happy to help 🙂

Note that you will get almost all information about the task using tasks.get_by_id , then you would need a few more calls to extract the console/scalars/plots/debugs

9 months ago
0 Hi, If It Is Necessary To Refine The Model By Running A Clone Task So That The Results Of The Task Are Used, What Should Be Done? Output_Uri=True? Task = Task.Init(Project_Name="Yolo8_Ver2", Task_Name="My Task#1",

Hi @<1590514572492541952:profile|ColossalPelican54> , I'm not sure what you mean. output_uri=True will upload the model to the file server - making it more easily accessible. Refining the model would require unrelated code. Can you please expand?

2 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

I think this can give you more information:
https://stackoverflow.com/questions/51279711/what-does-1000-mean-in-chgrp-and-chown
This means it assigns the owner as the first linux user on that machine.

3 years ago
one year ago
3 years ago
0 Given I Want To Run A Task In A Pipeline Using A Base Task Id. One Of My Steps Just Finds The Latest Model To Use. I Want The Task To Output The Id, And The Next Step To Use It. How Would I Go About Doing This?

Can you give a bit more info of how you want the pipeline built and where you want to insert/extract the task id? Also how is the model related? Is it the start of the pipeline?

3 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

maybe SuccessfulKoala55 might have some input here. But this docker image is designed to be run from k8s glue from my understanding. To run it standalone you have to play with it a bit I think. Maybe try adding -it and /bin/bash at the end

3 years ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

FierceHamster54 , please try re-launching the the autoscaler, the issue seems to be resolved now

3 years ago
3 years ago
0 Hi There, As A Last Step Of The Model Training Pipeline, I Upload It To Clearml And Set The

Hi IrritableGiraffe81 ,

Please refer to this:
https://clear.ml/docs/latest/docs/references/sdk/task#update_output_model

First, ClearML uploads the file to the preconfigured output destination (see the Task’s

output.destination

property or call the

setup_upload

method)

I think you need to provide output_destination=True in your Task.init()

3 years ago
0 Hi, Community. I Want To Delete Experiment And See This Error. How I Can Solve This?

Also please expand the 500 errors you're seeing. It should give some log

3 years ago
3 years ago
0 Can You Please Tell Me How To Make The Agent Use The Docker Env By Default? Instead Of Creating Venv It Already Has All The Necessary Environment And Libraries Installed

Hi @<1523702932069945344:profile|CheerfulGorilla72> , I think you need to map out the relevant folders for the docker. You can add docker arguments to the task using Task.set_base_docker

2 years ago
Show more results compactanswers