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, 3694 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, Is There A Possibility To Switch Off The Agent Just After If Finishes Current Task (Not To Fail The Task, But To Wait Minimal Time)?

Do you mean to kill the clearml-agent process after the task finishes running? What is the use case I'm curious

one year ago
0 Hi

How are you getting the data locally? Can you paste the error here?

2 years ago
0 I Am Looking For The Dataset Used In Sarcasm Detection Demo

Hi @<1540142651142049792:profile|BurlyHorse22> , it looks like an error in your code that is bringing the traceback. What is happening during the traceback?

one year ago
0 Hi Im Getting This Error And I Have No Idea How To Solve It, Please Help

What is the exact python version you're trying to run on?

2 years ago
2 years ago
0 Hi Everyone, Quick Question: Is There Any Easy Way To

Hi ScantChimpanzee51 , I think you can get it via the API, this sits on task.data.output.destination retrieve the task object via API and play with it a bit to see where this sits 🙂

2 years ago
0 Is This The Old Document Page?

AgitatedDove41 , this is the old documentation indeed. It's deprecated and shouldn't be used 🙂

New documentation has everything in it, and more!

3 years ago
0 Clearml Task Execution Fails Trying To Pull Data From Gitlab. The Credentials Are Correct (Username + Access Token), But I Get This Error:

Hi AdventurousButterfly15 , are you able to clone locally? What version of the agent are you using

2 years ago
0 Hpo App Question: My Config Includes 11 Parameter Values (0 - 1, Step 0.1). I'Ll Expect To See 11 Experiments, But I Fact It Was "52 Iterations". What I'M Missing (Last Time I Asked Similar Question, But This Time There Is No Issue With Hpo-App Integratio

Hi @<1523701062857396224:profile|AttractiveShrimp45> , can you please share some screenshots of what you see and also share a code snippet of what reproduces this behavior?

one year ago
0 I Just Found Out That I Have A Lot Of Data In /Opt/Clearml/Fileserver For Tasks That I Already Have Deleted. No Artifacts Are Displayed In The Webui. Anyway I Can Automatically Delete All Unused Data?

Hmmmm you can automate the cleanup. Iterate through folders, if such an experiment exists, skip, if no experiment exists, delete folder

2 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 Results To Use. I Want The Task To Output The Id Of The Results And The Next Step To Use It. How Would I Go About Doing This? Is There A Way To Pass Just

Hi SmugTurtle78 , I think you can set it up as follows (or something similar):
pipe.add_step( name="stage_train", parents=["stage_process"], base_task_project="examples", base_task_name="Pipeline step 3 train model", parameter_override={"General/dataset_task_id": "${stage_process.id}"}, )Note that in parameter_override I take a task id from a previous step and insert it into the configuration/parameters of the current step. Is that what you're looking for?

2 years ago
2 years ago
0 Hey All, Is Anyone Able To Access The Clear Ml Website?

Hmmm this is strange. Still not working for you?

2 years ago
2 years ago
2 years ago
0 Hi Everyone. Please Tell Me How I Can Rename The Task So That It Appears The Same In The Ui? Clf Datasets: Main - Original Name Of Task, But I Tried To Change To Cls: Main

Hi @<1524560082761682944:profile|MammothParrot39> , can you please elaborate on exactly what you did?

Did you go into the task view of pipeline step and changed it's name but then back in the pipelines view the name didn't update?

one year ago
0 Can we _temporarily_ disable the autologging feature? (specifically for `matplotlib`?)

Hi @<1523701083040387072:profile|UnevenDolphin73> , I think you can play with the auto_connect_frameworks parameter of Task.init()
None

one year ago
0 Hi Everyone, I Would Like To Know If Possible On How Clearml Can Be Useful To Be Used With Powerbi? I Am Working With Real-Time Recording Databases Related To The Oil And Gas Industry I Am Currently Not Looking For Doing Machine Learning Am Focused On T

Hi @<1574931886449364992:profile|JealousDove55> , as long as you're running python code I think ClearML can help you with logging, visibility & automation.

Can you elaborate a bit on your use case?

one year ago
0 Hi, I Logged My Params To Clearml Like This:

Also, did you run task.init() and task.connect()

2 years ago
0 Hey Guys, I’M Trying To Install

Edit clearml.conf on the agent side and add the extra index url there - https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L78

2 years ago
Show more results compactanswers