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
PleasantOwl46
Moderator
18 Questions, 70 Answers
  Active since 10 January 2023
  Last activity 14 days ago

Reputation

0

Badges 1

60 × Eureka!
0 Votes
10 Answers
860 Views
0 Votes 10 Answers 860 Views
does anyone had experience with running ClearML in secure machine with iptables configured? I had allowed traffic in the ports ClearML is using but still the...
one year ago
0 Votes
4 Answers
672 Views
0 Votes 4 Answers 672 Views
Hey all I see this error repeating constantly, and my metrics are not updated, what does it mean? 2024-01-07 03:41:09,676 - clearml.Metrics - ERROR - Action ...
10 months ago
0 Votes
12 Answers
79 Views
0 Votes 12 Answers 79 Views
does anyone have working example of how to properly use pagination with ClearML REST API? I'm trying to use projects.get_all to get an json with all my proje...
one month ago
0 Votes
0 Answers
129 Views
0 Votes 0 Answers 129 Views
Hey ClearML community We are managing multiple ClearML servers for many teams and we come to the point that we must cleanup and delete old tasks Based on cle...
one month ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Hey everyone, not sure exactly when it started to happen but I get unexpected behavior with task.init jobs with same project/tasks name are not overwritten -...
one year ago
0 Votes
4 Answers
195 Views
0 Votes 4 Answers 195 Views
2 months ago
0 Votes
2 Answers
299 Views
0 Votes 2 Answers 299 Views
How does ClearML handle running jobs while server is down? We saw some mismatches between what ClearML logged with the actual iteration, in time periods whil...
4 months ago
0 Votes
3 Answers
972 Views
0 Votes 3 Answers 972 Views
Hi there ClearML experts I've been trying to delete heavy project (with ~4K experiments) using the API and getting the following error: curl \ --header "Cont...
2 years ago
0 Votes
2 Answers
281 Views
0 Votes 2 Answers 281 Views
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
3 months ago
0 Votes
3 Answers
80 Views
0 Votes 3 Answers 80 Views
Hey everyone With recent changes in Dockerhub policy, very soon we will lose our ability for pull docker.io images ClearML open-source version have Elasticse...
one month ago
0 Votes
2 Answers
542 Views
0 Votes 2 Answers 542 Views
using fixed users and hashed password I'd like to change the username and name fields (without changing the password) how painful is this process? how will e...
6 months ago
0 Votes
15 Answers
654 Views
0 Votes 15 Answers 654 Views
Hi all we have set nginx in front of ClearML and signed with our own self-signed certs I'm trying to modify the cleanup_service to fit some of our needs (run...
8 months ago
0 Votes
1 Answers
478 Views
0 Votes 1 Answers 478 Views
is there a way to get list of users from the API?
7 months ago
0 Votes
6 Answers
710 Views
0 Votes 6 Answers 710 Views
we have an nginx container in front of ClearML, functions use sort of " SSL reverse proxy" we are seeing this errors with jobs that are trying to upload some...
10 months ago
0 Votes
9 Answers
886 Views
0 Votes 9 Answers 886 Views
out of a sudden without any trigger, our ClearML server ( version 1.13.0-373 ) showing only tasks/projects that belongs to logged-in user e.g if a user don't...
one year ago
0 Votes
3 Answers
910 Views
0 Votes 3 Answers 910 Views
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 ...
one year ago
0 Votes
3 Answers
57 Views
0 Votes 3 Answers 57 Views
Hey team I can see last clearml-server released on August, when new release going public? I'm going to upgrade our env and prefer to update after upcoming ne...
16 days ago
0 Votes
4 Answers
95 Views
0 Votes 4 Answers 95 Views
is there a way to obtain the user id without the REST API? somewhere in the UI that users can obtain this?
one month ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

SuccessfulKoala55 where does the SDK stores the cache?
we have an cluster with shared storage so all computes nodes that is running the jobs has same storage
should I assume it will use the cache and overwrites identical jobs?
trying to reproduce this but still every new and same jobs gets new task ID

one year ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

okie so this works only if jobs run in parallel
first job create new task id
second job (initiated immediately after first job) do the reuse properly

if I wait for first job to finish - then run again new second job with same name, it will not do reuse

is this expected?

one year ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

I have another instance with clearml-server 1.7 and I got same behavior
as I missing anything? I was under the assumption that jobs with same project/task names should be overwritten and not duplicated

one year ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

from clearml import Task task = Task.init(project_name="Inbar2022/LanguageFactoryDanish/lions_test", task_name="lions3")
python main.py --cuda --epoch 1

one year ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

got it, I don't really understand why it happens, quite certain I didn't see this in the past

one year ago
0 Hey All I See This Error Repeating Constantly, And My Metrics Are Not Updated, What Does It Mean?

looking into ES index events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b

docs.count docs.deleted store.size pri.store.size
2118131043     29352476    265.1gb        265.1gb

sounds we're hitting some ES limitation?

10 months ago
one year 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

to be honest, the use case is mostly convenience
when people train ~5000+ experiments, all saved in few sub folders with long string as experiment name

before publishing a paper for example, we want to move copy small numbers of successful training to separate location and share it with other colleagues/management

I'd guess the alternative can be
changing the name of the successful training under the existing sub folder
using move instead of clone
anything else?

one year ago
0 Hey Clearml Experts Does Anyone Working Example How Can Use The Sdk To Delete Tasks, Where Tasks I'Ds Will Come From Static List Of Id'S I'M Generating A Json File With List Of Tasks, Review Them Then I Want To Delete Them In Batch Something Similar To

thanks @<1523701070390366208:profile|CostlyOstrich36>
I've done this successfully using the API already
as for the sdk option - in which format should I provide the list of tasks/projects to the sdk?

for
only_fields=["id", "name","created","status_changed","status", "user"], :

output example

{'id': '02a3f5929cf246138994c9243a692219', 'name': 'docfm_v7_safe_32gpu80g_11Jan24_4w', 'created': datetime.datetime(2024, 1, 11, 9, 54, 33, 406000, tzinfo=tzutc()), 'status_changed': dateti...
2 months ago
0 Hey Clearml Experts Does Anyone Working Example How Can Use The Sdk To Delete Tasks, Where Tasks I'Ds Will Come From Static List Of Id'S I'M Generating A Json File With List Of Tasks, Review Them Then I Want To Delete Them In Batch Something Similar To

so I have large json, with list of task id's
which I want to delete in bulk

API is doable

how about the sdk? how do I provide a list of tasks id's to for deletion

from the cleanup example:

        for task in tasks:
            try:
                deleted_task = Task.get_task(task_id=task.id)
                deleted_task.delete(

how do I set tasks , while coming from known list of task id's

2 months ago
0 How Does Clearml Handle

@<1523701070390366208:profile|CostlyOstrich36> unfortunately, this is not the behavior we are seeing
same exact issue happen tonight
on epoch number 53 ClearML were shut down, the job did not continue to epoch 54 and eventually got killed with watchdog timer

4 months ago
0 Out Of A Sudden Without Any Trigger, Our Clearml Server (

I didn't saw anything useful in elasic/mongo/api
I do significany slowness to query also my experiments

no filtering for sure

if I send link to task, sometimes it loads and sometimes it's stuck
image

one year ago
0 Does Anyone Have

OK I got everything to work
I think this script can be useful to other people and will be happy to share

@<1523701070390366208:profile|CostlyOstrich36> is there some repo I fork and contribute?

one month ago
0 Does Anyone Had Experience With Running Clearml In Secure Machine With Iptables Configured? I Had Allowed Traffic In The Ports Clearml Is Using But Still The Application Not Accessible Remotely What Am I Missing More In
iptables -A INPUT -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j ACCEPT
one year ago
0 Hey Everyone With Recent Changes In Dockerhub Policy, Very Soon We Will Lose Our Ability For Pull

we will probably end up pulling the images from docker.io and pushing those to our container registry

one month ago
0 Hey Everyone, Not Sure Exactly When It Started To Happen But I Get Unexpected Behavior With

didn't do that test
I usually wait for first job to finish before I start new one

one year ago
0 Does Anyone Had Experience With Running Clearml In Secure Machine With Iptables Configured? I Had Allowed Traffic In The Ports Clearml Is Using But Still The Application Not Accessible Remotely What Am I Missing More In

I'm looking at iptables configuration that was done by other teams
trying to find which rule blocks clearml

(all worked when iptables disabled)

one year ago
one month ago
0 Hi There Clearml Experts I'Ve Been Trying To Delete Heavy Project (With ~4K Experiments) Using The Api And Getting The Following Error:

AgitatedDove14 indeed there are few sub projects
do you suggest to delete those first?

2 years ago
0 Hi

finally! one less application to worry about 🙂
10x for heads up SuccessfulKoala55

2 years ago
0 Hi All We Have Set Nginx In Front Of Clearml And Signed With Our Own Self-Signed Certs I'M Trying To Modify The

I have tried some small task only uploads single file

logger = task.get_logger()
img = Image.open(f"./1_model.png").convert("RGB")
logger.report_image(title=f"cfg_0", series="Model", iteration=1, image=img)

ended with:

Retrying (Retry(total=0, connect=5, read=5, redirect=5, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)'))': /
202...
8 months ago
0 Hi All We Have Set Nginx In Front Of Clearml And Signed With Our Own Self-Signed Certs I'M Trying To Modify The

@<1523701087100473344:profile|SuccessfulKoala55> looks OK (?)

>>> StorageHelper.get(Task._get_default_session().get_files_server_host())._container.session.verify
InsecureRequestWarning: Certificate verification is disabled! Adding certificate verification is strongly advised. See: 

True
8 months ago
0 Hi All We Have Set Nginx In Front Of Clearml And Signed With Our Own Self-Signed Certs I'M Trying To Modify The

SDK version: 1.14.4
clearml-server version: Server: 1.14.0-431 • API: 2.28

8 months ago
Show more results compactanswers