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
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
2 Answers
282 Views
0 Votes 2 Answers 282 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
15 Answers
655 Views
0 Votes 15 Answers 655 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
6 Answers
711 Views
0 Votes 6 Answers 711 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
2 Answers
300 Views
0 Votes 2 Answers 300 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
82 Views
0 Votes 3 Answers 82 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
12 Answers
80 Views
0 Votes 12 Answers 80 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
3 Answers
59 Views
0 Votes 3 Answers 59 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
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
1 Answers
479 Views
0 Votes 1 Answers 479 Views
is there a way to get list of users from the API?
7 months ago
0 Votes
2 Answers
544 Views
0 Votes 2 Answers 544 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
4 Answers
96 Views
0 Votes 4 Answers 96 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 Votes
3 Answers
974 Views
0 Votes 3 Answers 974 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
3 Answers
911 Views
0 Votes 3 Answers 911 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 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 Is There A Way To Obtain The User

I manage clearml-server for many users
wrote a script that pulls tasks (for review - pending deletion) and limit for specific user (saw the REST can limit only by user id )
so user will need to provide the script his own user id in advance
I guess my options are:

  • maintain stastic list of users (which I get from users.get_all endpoint)
  • add to my script another query that will match user name to user id, before running the tasks_get.all for specific user id
one month 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

one year 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

one year 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...

one year ago
0 Using Fixed Users And Hashed Password I'D Like To Change The

tried with my user and edited existing user record in apiserver.conf
it looks ClearML treated this as new user - I did not saw any of the jobs belongs to my user before the change

6 months ago
Show more results compactanswers