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

Reputation

0
0 Hi Team, I Have A Hosted Clearml Server. When I Upload A Large Artifact (Around 25Mb) To The

Hi NervousRabbit2 , what version of ClearML server are you running? Also what clearml version are you using?

2 years ago
0 Hello! How Can I Save And Resume Studies With Optune? If Best Quality Have Not Reached Or Another Reasons. Optune Have Capabilities For Resuming Studies.

Hi!
I believe you can stop and resume studies by adding these actions to your script:

Add save points via joblib.dump()
and connect them to clearml via clearml.model.OutputModel.connect()

Then, when you want to start or resume a study, load latest study file via joblib.load() and connect to clearml with http://clearml.model.InputModel.co nnect()

This way you can stop your training sessions with the agent and resume them from nearly the same point

I think all the required references are h...

4 years ago
0 Hi, Is There A Way To Share Reports With Users That Are Not Part Of The Workspace?

No, but I think it would make sense to actually share reports outside of your workspace, similar to experiments. I'd suggest opening a GitHub feature request

one year ago
0 Hi, I'Ve Multiple Tasks Setup In A Complex Pipeline. How Can I;

Hi SubstantialElk6 ,

Define prior to running the pipeline, which tasks to be running on which remote queue using which images?

What type of pipeline steps are you running? From task, decorator or function?

Make certain tasks in the pipeline run in the same container session, instead of spawning new container sessions? (To improve efficiency)

If they're all running on the same container why not make them the same task and do things in parallel?

3 years ago
0 Back To Autoscaler; Is There Any Way To Ensure The Environment Variables On The Services Queue (Where The Scaler Runs) Will Be Automatically Exposed To New Ec2 Instance? Some Bash Hack Or Similar Would Be Nice, Really

UnevenDolphin73 , if you're launching the Autoscaler through the apps, you can also add bash init script or additional configs - that's another way to inject env vars 🙂

3 years ago
0 Hi! If I Want To Programmatically Extract Information On All (Clearml) Tasks Of A Given (Clearml) Project, What Is The Recommended Way? For Example - Let'S Say I Want To Extract Some Specific Metric Curves Points From All Of The Tasks

Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient

client = APIClient() `is the pythonic usage

2 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

I think in this case you can fetch the task object, force it into running mode and then edit whatever you want. Afterwards just mark it completed again.

None
Note the force parameter

2 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

Hi @<1523703012214706176:profile|GorgeousMole24> , I'm not sure about the exact definition, but I think when the script finishes running or the thread that started Task.init() finishes.

2 years 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
0 Hey, I Tried To Use

Which version for clearml-data are you using?

3 years ago
3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , can you try accessing it as
192.168.15.118:8080/login first?

4 years ago
0 Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

If you shared an experiment to a colleague in a different workspace, can't they just clone it?

2 years ago
0 Top Of The Morning Dear Community

Hi WhoppingMole85 , you can actually do that with the logger.

Something along the lines of:
Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])

Does this help?

3 years ago
0 Hi All, I Wanted To Know About Saving Datasets, We Want To Specify The Path To Gs By Default, As I Understand By Default It Uses The Path To File_Server? We Tried Sdk.Development.Default_Output_Uri =

Hi @<1603198163143888896:profile|LonelyKangaroo55> , you can change the value of files_server in your clearml.conf to control it as well.

one year ago
0 A Question On Pipeline Artifacts And Their Use In Steps. I Want To Add An Artifact To The Pipeline (See Below), And Use It As Input To A Function Step. But The Following Does Not Work Because

Hi @<1649221402894536704:profile|AdventurousBee56> , I'm not sure I understand. Can you add the full log and explain step by step what's happening?

one year ago
3 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 try the elastic search logs clearml-elastic

3 years ago
0 Does Anyone Have A Good Idea On How To Set The Correct Python Version For A Task? Apparently I Can Set It On A Task Level Or Via The Web-Interface.

Yes you can set everything on the task level and of course you can also use different docker images for different python versions

6 months ago
3 years ago
0 Hi, I Get These Errors For Triggerscheduler:

Is it failing when running on a worker?

3 years ago
0 Out Of A Sudden Without Any Trigger, Our Clearml Server (

Please open developer tools (F12) and see if you're getting any console errors when loading a 'stuck' experiment

one year ago
Show more results compactanswers