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
QuaintJellyfish58
Moderator
37 Questions, 84 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

76 × Eureka!
0 Votes
7 Answers
640 Views
0 Votes 7 Answers 640 Views
Hi Everyone, i have two issues with new clearml-server (1.14): - Failed Navigate From Overview to Experiments Details - Async Delete Always Failed when Remov...
10 months ago
0 Votes
1 Answers
491 Views
0 Votes 1 Answers 491 Views
7 months ago
0 Votes
1 Answers
903 Views
0 Votes 1 Answers 903 Views
hi guys, can i check via https if the clearml-agent is on/off? is there port in clearml-agent to interact with clearml-server? TIA
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hi, is it possible to run pipeline not use form to changing variable, but editor like connect_configuration?
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, is there a way to know when some experiment change status to published? how i can catch the change ? is it same with slack monitoring example script? i w...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, Is anyone can access http://clear.ml right now? Thanks
one year ago
0 Votes
3 Answers
544 Views
0 Votes 3 Answers 544 Views
hi, can you help me with this? thanks in advance. problem : - could not run task - could not fetch from bitbucket/gitsetup : - clearml-agent: 1.7.0; 1.8.1 ag...
6 months ago
Show more results questions
0 Hi, I Am Try To Use Taskscheduler As Cronjob, I Want My Task Running Every 2.40 Am Utc Everyday,

Thanks! i just prove it can run in next day, but not for the same day. i hope can run in same day too.

Syncing scheduler
Waiting for next run, sleeping for 5.13 minutes, until next sync.
Launching job: ScheduleJob(name='fetch feedback', base_task_id='', base_function=<function test_make at 0x7f91fd123d90>, queue=None, target_project='Automation/testing', single_instance=False, task_parameters={}, task_overrides={}, clone_task=True, _executed_instances=None, execution_limit_hours=None, r...
one year ago
0 Hi, Just Curious, Is There Planning To Using

hi @<1523701070390366208:profile|CostlyOstrich36> , i mean uv this None
image

8 months ago
0 Hi Guys, Can We Do Dropdown This On Configuration?

Hi @<1523701070390366208:profile|CostlyOstrich36>
i mean we can do a form dropdown for others configuration like hyperparameters (task.connect)

one year ago
0 Hi, Can We Custom Default Output_Uri For

i see, it solved right now using default_output_uri, Thanks!
i need custom output_uri for some function because split dataset and model artifacs.

one year ago
0 Hi Everyone, I Have Two Issues With New Clearml-Server (1.14):

Hi @<1523701994743664640:profile|AppetizingMouse58> , i have update on #228. Thanks!

10 months ago
0 Hi, I Am Try To Use Taskscheduler As Cronjob, I Want My Task Running Every 2.40 Am Utc Everyday,

Hi @<1523701205467926528:profile|AgitatedDove14> , Thanks for rresponse!
this my simple code to test scheduler

import datetime
from clearml.automation import TaskScheduler
  
def test_make():
    print('test running', datetime.datetime.now())

if __name__ == '__main__':
    task_scheduler = TaskScheduler(
        sync_frequency_minutes=30,
        force_create_task_name='controller_feedback',
        force_create_task_project='Automation/Controller',
    )

    print('\n[utc_timestamp]...
one year ago
0 Hey Community! Having Repository Cloning Issue Can Anyone Help......

it seems your clearml-agent didn't setup the right git account. are you sure setup on your agent conf?

one year ago
0 Will Self Hosted Version Clearml Have Reports Features?

wow, so cool!
Thanks, really great tools!

one year ago
0 Hi Guys, Is There A Way To Timeout (From Clearml) A Task If That Running Too Long?

my case more like there is a task/process that running but somehow its takes too long to completed. it can be because connection issue forgot to put connection timeout, a problem connection database, etc that makes status still running, but its traped in a situation like that.

so i want to force shutdown a task to failed if that happen

one year ago
0 Hi, Anyone Know What Is Cause? I Tried To Run This In My Agent. But Somehow This Got This Error After Agent Install Depedencies My_Env:

Hi @<1523701087100473344:profile|SuccessfulKoala55> , Thanks for your response.

I'm not entirely sure about the use of CLEARML_ENV since I haven't interacted with it before. Could you guide me on what I should set as its value?

Previously, the system was running smoothly. However, I've run into some issues after making certain configuration changes to modify the server permissions. Specifically, I'm curious if these changes might have influenced the agent's permission to access certain...

one year ago
0 [Issue With Minio] Hi, I Am Using Clearml=1.8.3, But It Seems Still Have Trouble With Minio Connection.

Hi SmugDolphin23 , i have try 1.8.4rc1, and yeah its working! Thanks!

one year ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

i want to download model before i run the my inference code. i can actually make simple script using cleaml-sdk before that, but i just look for CLI based solution.

one year ago
0 Hi, Is There A Way To Get Clearml.Conf Using Clearml Sdk? Tia

clearml-agent, if you looking for clearml.conf, the place is '/root/default_clearml.conf'

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

Hi AgitatedDove14 , is the Dataset.get will take all child too?

2 years ago
0 Hi, Is Anyone Can Access

it just solved. Thanks!

one year ago
0 Hi, Is There A Way To Get Clearml.Conf Using Clearml Sdk? Tia

hmm i want to make custom function that need credential registed on clearml.conf, like aws s3.
is clearml-agent have clearml.conf? where the path for that? i just test it, running using clearml-agent, but not found /root/clearml.conf

one year ago
0 Hi, Can I Do Integrate My Vault With Clearml?

i see,
thanks for clarify. i just want to find other solutions to storing secret value. rightnow i just storing secret value on env in clearml.conf in my workers. but it will complicated if there is new value, i need update workers conf and redeploy workers.

one year ago
0 Hi, Is Anyone Can Access

Hi @<1523701070390366208:profile|CostlyOstrich36> ,
i use vpn and set location in US still cannot access too.
when i set location to Germany, it can access.
any idea to solve this from user side?
image

one year ago
Show more results compactanswers