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 I Have A Docker Container That Have Clearml-Agent Running Inside In Normal Mode. The Agent Take On A Task And Execute It Fine. I Just Want To Somehow Log The Docker Image Version That The Agent Is Running Inside. I Start My Container With Something Like:

Hi @<1576381444509405184:profile|ManiacalLizard2> , is there a specific reason you're running the agent inside a docker container instead of running the agent in docker mode which would make it spin up a container?

one year ago
0 After Saving Models During Training I Cant Reuse The Same Task To Continue Training Is There Any Way To Continue Task Even Though There Are Models Saved? Alternatively Is There Any Way To Make Torch.Save Not Automatically Save The Model?

StaleButterfly40 , it looks like there might be a good solution for your request. In the previous link I provided, there is a parameter ' continue_last_task' that should work for you 🙂

3 years ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

Hi @<1558986867771183104:profile|ShakyKangaroo32> , can you please elaborate more on what is happening? So you're taking an existing task that finished and forcing it to get 'started' again? Then you write some things to it sometimes and then later you 'revive' it again? And due to this it appears some artifacts are missing?

one year ago
0 Hi, I Am Creating Pipeline And Have Several Step/Task. Example Step1 Will Download Data By Varibel Range-Date. Is It Possible, If The Parameter Of Step1 Not Changing (In This Case Range-Date), It Will Not Re-Download And Not Re-Upload It To Artifacts, But

Hi @<1523701260895653888:profile|QuaintJellyfish58> , I think what you're referring to is caching steps - if nothing changed code or configuration wise then use outputs from previous pipeline run. Is that what you're looking for?

2 years ago
0 Is There Any Way Of Passing Additional Parameters To Pip In Clearml-Agent? For Example, When You Install

@<1601023807399661568:profile|PompousSpider11> , if you know it needs to be installed I guess you could even inject it as a bash script if running in docker mode or just have it already pre-installed. Regardless, clearml-agent will attempt to resolve torch installs.

one year ago
one year ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

What are the Elasticsearch, Mongo and apiserver versions in the docker compose are? Backup will only work in this scenario when they are exactly the same between 2 systems.

one year ago
0 Hi, Is There Any Variable That Defines The Disconnectivity Timeout? I Want To Handle Cases Where My Remote Clearml Is Not Available For Some Time. In Addition, What Is The Recommended Way To Handle Clearml Remote Server Connection Issues? I Would Like Tha

Hi @<1853608151669018624:profile|ColossalSquid53> , if there is no connectivity to the clearml server, your python script will run regardless. clearml will cache all logs/events and then flush them once connectivity to the server is resumed.

one month ago
0 Hi! Is It Possible To Compare In The Ui Tasks Across Different Projects? Or Is It Only Within Project? For Example: Let'S Say That In One Run Session We Created

Hi GorgeousMole24 , you can certainly compare across different projects.
Simply go to "all projects" and select the two experiments there (you can search for them at the top right to find them easily)

2 years ago
one year ago
0 Hi Folks! Is There A Way To Programmatically Create Users And Groups On A Server? If So, Can Someone Point Me To The Docs? Thanks

Hi @<1668427989253099520:profile|DisgustedSquid10> , Unfortunately the open source has not programmatic user API, you can however remotely access your server and edit the user file live.
If user management is key, then the enterprise has full SSO integration including RBAC and of course API access

one year ago
0 Is There A Way To Get List Of Users From The Api?

Hi @<1523701842515595264:profile|PleasantOwl46> , you can use users.get_all to fetch them - None

one year ago
0 Given A Task Object, How Do I Retrieve The Gpu Type ? I Can See It From The Webui But It Would Be Great If I Can Get It From The Python Sdk

Hi @<1576381444509405184:profile|ManiacalLizard2> , it will be part of the Task object. It should be part of the task.data.runtime attribute

5 months ago
0 Hello, I'M Wondering If I Can Stop The Specific Logging For One Plot (Using Matplotlib). When The Data Points Become More, Then The Gui Of

ScaryBluewhale66 , please look in:
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
The relevant section for you is auto_connect_frameworks
The usage would be along these lines:
Task.init(..., auto_connect_frameworks={'matplotlib': False})

3 years 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?

2024-02-08 11:23:52,150 - clearml.storage - ERROR - Failed creating storage object

Reason: Missing key and secret for S3 storage access (

)

(edited)

This looks unrelated, to the hotfix, it looks like you misconfigured something and therefor failing to write to s3

one year ago
0 Hi, I Was Wondering If There Is A Proper Way To Integrate My Model Config File (Json) Into The Workflow Using The Ui. I'Ve Managed To Connect It As A Configuration Object But It Would Be Preferable If I Could Load It Into A Table Like The Other Params (In

I'm not sure I understand your second request. Can you please elaborate on the exact process you're thinking of?

Clone task via UI -> Edit a config section in UI -> Enqueue it to a queue -> Worker picks it up and starts running the task -> Task is finished

What am I missing here?

3 years ago
0 Hey Currently Trying To Run A Pipeline Locally To Test A Pipeline Component With

Can you please elaborate on what you're trying to do and what is failing?

2 years ago
2 years ago
0 Hello! Is It Possible To Deploy Clearml-Server On Linux/Arm64 Platform?

Hi @<1810483998732849152:profile|NonsensicalDuck81> , as long as you have docker installed, yes 🙂

5 months ago
Show more results compactanswers