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

Reputation

0
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...
3 months ago
0 Hello! I Faced An Issue With Environment Variables With Remote Agent I Set The In Clearml.Conf In Section:

Yes, but then you need to manually inject those environment variables when running the agent

3 months ago
0 Hi! Im Trying Pipelines With Data Creating And Model Training.

Hi AbruptHedgehog21 , it looks like you need to parameters.dataset_id on step data_creation

one year ago
0 Hi, I’M Trying To Integrate Logger In My Pipelinedecorator But I’M Getting This Error -

Moving objects between steps is usually done via the artifacts mechanism. How are you building the pipeline, with decorators?

8 months ago
0 Hi, Can I Default The Clearml Fileserver To A S3 Path?

SubstantialElk6 , either that or the one mounted outside 🙂

3 years ago
0 Hello Everyone. Is There A Way To Ignore Editing

Hi @<1709740168430227456:profile|HomelyBluewhale47> , dynamic env variables are supported. Please see here - None

3 months ago
0 Hi, In The Metric Snapshot Graph, Is It Possible To Scale The Y Axis To

I'm not sure I understand. Can you give a specific example of what you have VS what you'd like it to be?

2 years ago
0 Pipelines Suddenly No Longer Appear In The Pipelines Tab, What Could/Should I Look Into? Edit: Using Latest Clearml (Agent, Server, Sdk), And Creating The Pipelines Via The Pipelinecontroller Sdk (

Hi @<1523701083040387072:profile|UnevenDolphin73> , does it happen with the latest version? Can you add a snippet that reproduces this?

one year ago
0 Which Is The Best Way To Execute Clearml -Agent: "Clearml-Agent Daemon --Queue Default" Or "Clearml-Agent Daemon --Queue Default --Docker"

It really depends on how you want to work. The --docker tag will make the agent run in docker mode, allowing it to spin docker containers to run the jobs inside

2 years ago
0 Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

Hi ComfortableShark77 ,

So if I understand correctly you'd like the values of the configurations hidden when viewing in the UI?

2 years ago
0 [Errors When Migrating Clearml Server From Aws To Gcp]

Hi @<1523702496097210368:profile|ScantChimpanzee51> , your steps look ok but the error pretty much indicates that there is a folder permissions issue. Please navigate manually to /opt/clearml/data folder and check "ls -al" command what are the user and permissions for the "elastic_7" folder and then enter the elastic_7 folder and check the same for its "nodes" subfolder. If the permissions are correct try restarting the docker and checking if it helps.

one year ago
one year ago
0 There Are Still A Ton Of Instances Of The Documentation Using 'Import Allegroai', Is That Deprecated?

No, it's all together. I suggest getting the onboarding recordings from your colleagues and watching them

3 months ago
6 days ago
0 We'Re Trying To Upgrade Our Clearml On K8S But We'Re Getting This Error -

Hi UnevenDolphin73 , maybe JuicyFox94 or SuccessfulKoala55 can assist

2 years ago
0 Hello! I Faced An Issue With Environment Variables With Remote Agent I Set The In Clearml.Conf In Section:

Hi @<1706116294329241600:profile|MinuteMouse44> , you need to run in docker mode with --docker tag to be able to inject env variables

4 months ago
0 Hey, Guys, Are Any Of Your Have An Experience Of Configuring Clearml Agent To Use A Custom Non-Aws S3 Cloud Which Uses Http Endpoint. If So, How Did You Do It? I Would Really Like To Use Clearml But I Can'T Figure Out How To Set Up It Properly. I Tried Do

Hi @<1526734383564722176:profile|BoredBat47> , it should be very easy and I've done it multiple times. For the quickest fix you can use api.files_server in clearml.conf

one year ago
0 Hi, I Am Trying To Pull Api Data From /Tasks.Get_All Endpoint

Is it your own server installation or are you using the SaaS?

2 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

I think this can give you more information:
https://stackoverflow.com/questions/51279711/what-does-1000-mean-in-chgrp-and-chown
This means it assigns the owner as the first linux user on that machine.

2 years ago
0 More An Internal Utilities Usage Question - If I Have A Script (.Py) Can I Use An Utility That Clearml Uses To Get The Packages Used By The Script? Was Looking At

TrickySheep9 , what is the use case? If I understand correctly, you want to use ClearML's package detection in a script to get the imports or do you want all the packages in the environment you're running?

3 years ago
0 Hi! Is There A Way To Connect Multiple S3 Storages To Clearml? As Far As I Understand, I Can Only Specify One Set Of S3 Credentials In Clearml.Conf

Hi @<1523707653782507520:profile|MelancholyElk85> , in a section right under the default S3 credentials in clearml.conf you have a section to specify per bucket 🙂

one year ago
0 Is There Any Way (Or Are There Any Plans) To Include Some View For Datasets In The Webui? One That Is Detached From The Generating Task?

I think that something like that exists, it appears to be done in the paid version called hyper-datasets. The documentation is open for all apparently 🙂

https://clear.ml/docs/latest/docs/hyperdatasets/overview

2 years ago
0 Hello Everyone , How Can I Read The Hostname From The Info Section?

There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task) to see where this attribute is stored

one year ago
Show more results compactanswers