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

Reputation

0
0 Hello All, General Question - We'Re Currently Intend To Move Our Clearml Server From A Self-Hosted One To Using The Saas-Based Server, In Tandem With A Local Agent. We'D Like To Validate Two Stuff Before We Migrate Though -

Hi @<1710827340621156352:profile|HungryFrog27> , to answer your questions:

  • You can disable commit logging in your clearml.comf file - None
  • Not sure what you mean. Things that are logged on the server are console logs, scalars/metrics, configurations and execution information (git, branch, commit id and uncommitted changes). These are all saved in the backend. Can you elaborate to w...
28 days ago
0 Hello All! Was Wondering If It Is Possible To Generate Report Automatically After Running A Task A Or Pipeline. Or I Do Need To Generate The Report Manually? Maybe Anything In Between? Like Setting The Report Previously And Populate Plots From A Particul

Hi @<1790190274475986944:profile|UpsetPanda50> , everything you can do manually in the webUI you can automate using an API. The webUI itself uses the API so you can always open developer tools (F12) and see what the UI sends to the backend. Then you can simply replicate it in code 🙂

one month ago
0 Hello, Is There A Way To Assign Other Users In My Workspace As Admin? I Couldn'T Find That Configuration In The User Settings... Thanks!

Hi @<1790915059254300672:profile|JealousMouse90> , there is no way to that in the OS/Community. User management & Role based access controls are part only of the Scale/Enterprise licenses.

one month ago
0 Hi All, I Want To Ask, How I Can Get Commit Id From Compiled Task. I Tried Get_Script Method In Task Class, But There Only Info About Branch (I Think Because I Used Latest Commit In Branch), From Code I Understood That Commit == Version_Num In Task.Script

This is what I just tested now for a task with a commit in the webUI:

from clearml import Task

task = Task.get_task(task_id="<TASK_ID>")

print(task.data.script.version_num)

This returned the commit ID I see in the webUI.

Are you sure there is a commit ID in the UI? Are you sure you're fetching the correct task?

one month ago
one month ago
0 Hey, So I’Ve Deployed Clearml On K8S Through The Helm Charts Repo But The Left Side Menu Is Not Visible..

Interesting, try hitting F12 and refreshing the page. See if there are any errors in the console.

3 years ago
0 Hi! I Had A Self-Hosted Clearml And I Want To Visualize Aggregated Metrics (Mean, Norimalized Mean, Dispersion Etc) To Compare Clearml Projects. How Can I Do That? As I Know, Clearml Web Ui Can'T Do It, It Can Compare Only Few Separate Experiments In One

Hi @<1523701760676335616:profile|EnviousPanda91> , when you are in comparison mode you can add any task, unrelated to which project it is in. Also the scalar final values. Or am I missing something?

26 days ago
0 Hi All

Interesting, checking on my account as well O:

one month ago
0 Hi All

Hi @<1545216070686609408:profile|EnthusiasticCow4> , in the PRO plan you are limited to a certain max amount of parallel application instances. If you kill some running applications, your HPO application will start running

one month ago
0 Hello, How Can I Get Notify By Mail About Failed On Experiments?

Hi @<1790915053747179520:profile|KindParrot86> , currently Slack alerts are available as an example for the OS - None

You can write an adapter for it to send emails instead of Slack alerts

one month ago
0 Hi All

@<1545216070686609408:profile|EnthusiasticCow4> , can you check again please?

one month ago
0 Hi Is There A Way To View The Dataset Images

You can add images to previews using the Logger of ClearML. Do you mean you want to be able to visualize all of the data inside of a dataset?

26 days ago
0 Hi Is There A Way To View The Dataset Images

I asking because I used an older version of clearml, when it was named allegro and I remember that I was able to see all the dataset..

Is it possible you had the enterprise version at a previous position? I think you're talking about HyperDS

I notice the links doesn't have hash, do all the features of data versioning is also working when using links (and not actual image files)

Yes

23 days ago
0 Hi Is There A Way To View The Dataset Images

Hi @<1793451774179282944:profile|TestyMouse38> , not sure I understand, can you please elaborate?

26 days ago
7 months ago
0 Hello! How Do You Manage Ssh Github Connection & The Clearml Agent In A Services Mode (One That Has To Be Run In The Container)? When I Try To Run A Pipeline With The Service Queue It Fails To Connect. The Reasons For That As I Can See Is That It Runs In

Hi @<1717350332247314432:profile|WittySeal70> , to address your questions:

  • I think you can control it from here basically - None going through the route of the docker compose I found it - None . Regarding the image, I think you can use another image but the services agent is only for running pipeline contro...
6 months ago
Show more results compactanswers