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 Hi Everyone! I Would Like To Test Serving A Model Via An Endpoint Using Clearml-Serving. Do I Necessarily Need To Have Kubernetes On My Machine?

Hi @<1673501397007470592:profile|RelievedDuck3> , no you don't. The basics can be run with a docker compose 🙂

one year ago
0 Hi, We Could Only Access The Self-Hosted Clearml-Server Via

Hmmmm I think you would need to change some configurations in the docker-compose to use https

3 years ago
0 Hi. Executing Reports I Noticed Quadruple, Identically Rendered Results. Does Anybody Know A Solution? E.G.

Hi @<1543766544847212544:profile|SorePelican79> , can you please elaborate a bit?

one year ago
3 years ago
0 Hi, I'M Setting A

I played a bit with it and got to the value. OutrageousSheep60 , please tell me if this helps you 🙂

` >>> task.set_user_properties(x=5)
True

y=task.get_user_properties()
y
{'x': {'section': 'properties', 'name': 'x', 'value': '5'}}
y["x"]["value"]
'5' `

3 years ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Hi @<1706116294329241600:profile|MinuteMouse44> , is there any worker listening to the queue?

one year ago
0 Hi Everybody! I Am Currently Having Trouble With Clearml Remote Agents Not Getting The Latest Version From My Git Repo. I'M Running My Pipeline Controller Locally, From Inside The Repo, And Clearml Seems To Detect This Correctly. When The Steps Run, Th

Hi @<1760474471606521856:profile|UptightMoth89> , what if you just run the pipeline without run locally and then enqueue it (assuming you have no uncommitted changes)

one year ago
0 Hi, I'M Running My Experiments On Remote Ec2 Machine. It Works Good But I Noticed That It Doesn'T Logs My Repo/Branch/Working_Dir, Probably Since My Git Is Local And Not On The Machine. I Used Set_Script() To Log This Details. Is There Any Other More Auto

As long as you're working with a local git I'm not sure it will log the branch/working_dir/repo

However, you can probably circumvent this maybe with configuration objects

3 years ago
0 Hi, I Am Wondering Is There Anyway To Use Clearml Agent Without Setting Up The Environment, For Example, Do Not Enforce The Git Clone And Pip Install But Cd Some Dir And Activate An Environment?

Hi @<1654294834359308288:profile|DistressedCentipede23> , do you mean completely circumventing that basic function of the agent and simply pointing it to a specific script/env?

one year ago
3 years ago
0 Hi All! What'S The Best Way To Send My (Automatically Tracked Pytorch) Models To The Clearml Server? My Models Are Curently Saved With

Hi @<1556450111259676672:profile|PlainSeaurchin97> , I think what you're looking for is the output_uri parameter in Task.init()

2 years ago
0 Hi, I Am Trying To Use The Clearml Aws Autoscaler Service (In The Pro Version) And Getting This Error:

SmugTurtle78 , regarding the CPU only mode - How are you running. Are you using the application in PRO version or are you running through one of the examples?

3 years ago
0 Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

Hi ShinyRabbit94 ,
Do you get any error when you attempt to delete the Tasks?

3 years ago
0 I Have Question About A Situation, When Agent Is Running On A Queue, But Also We'Ll Use

Hi RoundMosquito25 , if you already have an instance of agent running on a queue and you run clearml-agent execute --id <task_id> this will create another instance of the agent and will run the experiment regardless of what is happening with the other agent

2 years ago
0 Hi There, Is There An Option To Show Plots In The Order They Are Inserted To Clearml Instead Of Alphabetic Order Of Titles?

Do you mean reordering them with a drag and drop functionality or options for different orderings?

3 years ago
0 Hey Clearml Experts Is There A Way To Copy Entire Exp. Including Results/Scalars/Plots? Right Click > Clone Creates A Duplicate Of The Exp. , Only With It'S Configuration, Without It'S Results

Hi @<1523701842515595264:profile|PleasantOwl46> , I'm afraid that such a capability doesn't really exist in ClearML. You could technically populate an experiment using the API.

I'm however curious - what is your use case for this?

2 years ago
0 Hi, I'M Conceptually Struggling To Understand How To Get My Models To Be Saved Permanently By My Self-Hosted Clearml Server. As It Stands Now, When I Train A Model Using A Clearml-Agent, The Model Checkpoints Are Being Logged By Clearml In The Dashboard,

Try adding the following to your Task.init()

task = Task.init(project_name='<PROJECT_NAME>', task_name='<TASK_NAME>', output_uri=True)
Another option that will solve the issue as well is editing your ~/clearml.conf and changing the following section sdk.development.default_output_uri to point to your fileserver/hosting

3 years ago
0 We'Re Running Into Errors Such As This:

Hi UnevenDolphin73 , what are you trying to do when you get this? Are you running a self hosted server?

2 years ago
0 If My Task Is Derived From A Jupyter Notebook: In The Base Mode, It Seems Like There Is A Bunch Of Stuff Automatically Set Up To Give Me An “Artifact” Saved Version Of The Notebook As It Exists On My Local Machine (Where The Task Is Running). But Then If

If you mean to fetch the notebook via code you can see this example here:
None

What do you mean exactly by run it as notebook? Do you mean you want an interactive session to work on a jupyter notebook?

2 years ago
0 Hi Friends

Hi CooperativeOtter46 ,

I think the best way would be to use the API (You can use the SDK but I don't think it is so easy to filter times)
Use https://clear.ml/docs/latest/docs/references/api/tasks#post-tasksget_all api call to to get all the tasks according to the time frame & filtering you want and then sum up the run time from all experiments returned 🙂

3 years ago
0 Well, Faq Helped:

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , please try to keep your messages to a single thread and not spamming the main channel on the same topic 🙂

2 years ago
2 years ago
0 Hi Again

Heya ReassuredTiger98 ,

Is there anything specific you're looking for?

3 years ago
Show more results compactanswers