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
25 Questions, 82 Answers
  Active since 10 January 2023
  Last activity 9 days ago

Reputation

0

Badges 1

72 × Eureka!
0 Votes
1 Answers
646 Views
0 Votes 1 Answers 646 Views
I noticed when I restore entire ClearML app (tar and untar /opt/clearml/data to new server) I do not see my previous token under workspace-configuration , fo...
9 months ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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 ...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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...
3 years ago
0 Votes
12 Answers
842 Views
0 Votes 12 Answers 842 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...
12 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
one year ago
0 Votes
5 Answers
381 Views
0 Votes 5 Answers 381 Views
Hey team some bug I noticed what I don't know how to tackle I have a project with active tasks from the main Projects page I can see it has 56 tasks under my...
3 months ago
0 Votes
3 Answers
902 Views
0 Votes 3 Answers 902 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...
10 months ago
0 Votes
3 Answers
798 Views
0 Votes 3 Answers 798 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...
11 months ago
0 Votes
0 Answers
949 Views
0 Votes 0 Answers 949 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...
12 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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...
2 years ago
0 Votes
5 Answers
387 Views
0 Votes 5 Answers 387 Views
some UI bug in Scalars section, Summary view running ClearML server 2.0 does it needs an issue, or any chance it's already reported and will be fixed in upco...
2 months ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K 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...
one year ago
0 Votes
4 Answers
95 Views
0 Votes 4 Answers 95 Views
Hey everyone looking to get some input how ClearML server set tasks status how does server differentiate between tasks in different states: stopped , failed ...
10 days ago
0 Votes
4 Answers
770 Views
0 Votes 4 Answers 770 Views
is there a way to obtain the user id without the REST API? somewhere in the UI that users can obtain this?
12 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
is there a way to get list of users from the API?
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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 ...
one year ago
0 Votes
1 Answers
691 Views
0 Votes 1 Answers 691 Views
can I upgrade from clearml-server 1.17 to 2.0 directly, or do I need to upgrade to 1.17.1-554 first?
8 months ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K 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 -...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Hey! does the SDK have default timeout, in case endpoint is not available or credentials are not valid? getting this warning messages, SDK fails to communica...
one month ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Hey everyone is there an option in the UI/Scalars Wizard to have metrics aggregated into single graph, e.g the ability to see loss metric in eval and train o...
one month ago
0 Does Anyone Have

the way I do pagination is wrong
@<1523701070390366208:profile|CostlyOstrich36> might throw some champions tip over here 🙂

12 months ago
0 Does Anyone Have

hmmm that's not it, same endless loop when using body

12 months ago
0 Hey Everyone With Recent Changes In Dockerhub Policy, Very Soon We Will Lose Our Ability For Pull

you are correct and thank you for the reply @<1523701070390366208:profile|CostlyOstrich36>
going forward, I assume the clearml-server open-source releases will be continue to be released in Docker Hub

11 months 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?

one year ago
0 Does Anyone Have
offset = 0
limit = 500
all_data = []

while True:
    params = {
        'offset': offset,
        'limit': limit
    }
    
    response = requests.get(url, headers=headers, params=params,verify=False)
    
    data = response.json()
    projects = data['data']['projects']

    print(f"pulled {len(projects)} projects.")

    if len(projects) == 0:
        print("no project found - exiting ...")
        break    
    
    all_data.extend(projects)
    offset += limit

print(f"pulled {le...
12 months ago
0 Does Anyone Have

ohhh severe error here 🙂
I was mixed between other API I worked on .. and did not read carefully the right flag

simple adding page to the body did the work
thanks again @<1724235687256920064:profile|LonelyFly9>

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

I'd guess mongo is choking, not sure why

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

I had slightly similar scenario ~1 year and few versions back
there was some task that wrote a lot of tasks and mongo didn't took it nicely

I was able to identify to it only by questioning users and eventunaly one of them stopped to send and mongo started to come back and all return to normal
we did not come to any wise conclusion what is root cause or how to identify this

2 years ago
0 Out Of A Sudden Without Any Trigger, Our Clearml Server (
app.component.ts:138 ERROR TypeError: Cannot read properties of null (reading 'id')
    at projects.effects.ts:60:56
    at o.subscribe.a (switchMap.js:14:23)
    at p._next (OperatorSubscriber.js:13:21)
    at p.next (Subscriber.js:31:18)
    at withLatestFrom.js:26:28
    at p._next (OperatorSubscriber.js:13:21)
    at p.next (Subscriber.js:31:18)
    at filter.js:6:128
    at p._next (OperatorSubscriber.js:13:21)
    at p.next (Subscriber.js:31:18)

and I see also when trying to...

2 years ago
0 Hey Team Some Bug I Noticed What I Don'T Know How To Tackle I Have A Project With Active Tasks From The Main

if I use the URL directly
" None

I see it (see the list to the left show no data as well )
image

3 months ago
0 Hey Team Some Bug I Noticed What I Don'T Know How To Tackle I Have A Project With Active Tasks From The Main

console showed 401 unauthorized when I tried it
I tried again now and it magically popped up 🤔

3 months ago
3 months ago
0 Some Ui Bug In Scalars Section,

Hey @<1688125253085040640:profile|DepravedCrow61>
should I open issue to follow this up?

we are seeing this bug in almost every task

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

api calls behaves much better
no problem to query tasks in other projects

2 years 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?

2 years ago
0 Hi Everyone, Does Anyone Have Any Pointers On How To Make The Clearml-Server Web Service Secure Using Ssl By Setting Up Nginx? I Have Played Around With It A Bit In Relation To Getting A Jupyterhub Setup Working Over Https, However, I Think That Was Mor

VivaciousPenguin66 your docs was helpful, I got SSL running but my question remained
have you kept needed http services accessible and only running the authentication via https?
api_server: "http://<my-clearml-server>:8008" web_server: " " files_server: "http://<my-clearml-server:8081"my current state is that the webserver is accessible via http and https, in 8080 & 443

3 years ago
0 Does Anyone Have

when running in debug and watch the values I get

    data = response.json()
    projects = data['data']['projects']
    all_data.extend(projects)

in each loop iteration
projects are same 500 values
all_data gets append for same 500 values in endless loop

I have bug in my code and can't find where just yet

12 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

in case this will help someone else, I did not had root access to the training machine to add the cert to store
you can point your python to your own CA using:

export CURL_CA_BUNDLE=/path/to/CA.pem
one year ago
0 Does Anyone Have

trying to use projects.get_all to pull all my projects into single file
and there are more then 500 ...

12 months ago
0 Does Anyone Have

I think this is the right approach, let me have a deeper look
thanks @<1724235687256920064:profile|LonelyFly9>

12 months 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)

2 years ago
0 Does Anyone Have

I know the 500 limit and using it

but my while loop keeps pulling the same 500 ... and running endless

12 months 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?

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

@<1523701435869433856:profile|SmugDolphin23> working! here is what I have on Fedora/RHEL

  • copy certs to /etc/pki/ca-trust/source/anchors/
  • update-ca-trust
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

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

one year ago
0 Out Of A Sudden Without Any Trigger, Our Clearml Server (

not sure it's same use case but I will begin to ask around people
if you have any other hint/way how to query mongo and look for potential culprit - will be glad to hear

2 years ago
Show more results compactanswers