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, 4181 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

Can you add the full log & the dependencies detected in original code? How are you building the pipeline?

2 years ago
0 Hi ! Trying To Run A Local Version (Docker) And Have Some Troubles With My Mac . Do You Know If The Online Documentation Support The Latest Version Of Macos?

Hi @<1668427977265778688:profile|BurlyOtter33> , you mean you're deploying the server itself on a mac?

one year ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

Hi @<1523706826019835904:profile|ThoughtfulGorilla90> , it's not possible since workspaces are connected to the email itself. I would suggest writing some automation to extract the relevant projects/experiments from one workspace and register them into the new workspace. The API would be the best way to go. You would need to extract all information about the experiment itself and then also extract all the logs/scalars/plots and then simply register everything in the new workspace.

[None](h...

7 months ago
0 Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

Maybe SmugDolphin23 or AppetizingMouse58 might have some insight into this since behavior of Datasets changed in the last year I think

2 years ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

Happy to help 🙂

Note that you will get almost all information about the task using tasks.get_by_id , then you would need a few more calls to extract the console/scalars/plots/debugs

7 months ago
0 Hi. Is There A Way To Transfer Clearml Workspace Ownership To Another Team Member?

The webUI is using the API to show everything so I would suggest opening developer tools (F12) and seeing what is being sent by the UI when you navigate different sections of the experiments to use as a baseline

7 months ago
0 Hi, I'M Setting A

I played a bit with it and got to the value. OutrageousSheep60 , please tell me if this helps you 🙂

` >>> task.set_user_properties(x=5)
True

y=task.get_user_properties()
y
{'x': {'section': 'properties', 'name': 'x', 'value': '5'}}
y["x"]["value"]
'5' `

3 years ago
0 Hi

Hi AlertCamel57 ,

Exporting/Importing data between ClearML servers is not supported in the open source version from what I understand.
You can however migrate the entire database very easily by moving /opt/clearml/data (If I'm not mistaken this is where it sits) to another location. Make sure that the server is down while doing so, to avoid corruptions

3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 which section are you referring to, can you provide a screenshot of what you mean?

3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 I see what you mean! Let me check regarding that 🙂

3 years ago
0 Hi, Is There A Log That Can Indicate Who Or What (Some Error) Aborted An Experiment?

Hi NarrowLion8 , this is usually saved in the 'INFO' section of the experiment. 'Status Reason' is the field you're looking for I think

2 years ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , it appears we had an internal issue with a load balancer, it was fixed a couple of minutes after your comment 🙂

3 years ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , Hi 🙂

What did you run?
Also, how did you configure your credentials?

3 years ago
0 Clearml Task Execution Fails Trying To Pull Data From Gitlab. The Credentials Are Correct (Username + Access Token), But I Get This Error:

AdventurousButterfly15 , please upgrade to the latest agent version to see if this continues

2 years ago
0 Hi, Is There A Way To Limit (Archiving) Deletion Of Tasks? For Example: Admin Can Delete All Experiments But A User Can Only Delete His Experiments?

Hi @<1546303277010784256:profile|LivelyBadger26> I'm afraid that in the free version everyone is an admin. In the scale & Enterprise licenses you have full role based access controls on all elements in the system (from experiments to which workers can be provisioned to whom)

2 years ago
0 Hi

Hi @<1523701949617147904:profile|PricklyRaven28> , what code are you talking about, of the Slack alerts? You can also use standalone scripts if you don't want to run from a repo. Also, I don't think you should be running the agent in services mode yourself as it is a part of the ClearML setup.

11 months ago
0 Hey, I Am New With Clearml And Need Some Help

Hi @<1702492411105644544:profile|YummyGrasshopper29> , it looks like the controller is running, but is there any agent listening to where the tasks are being pushed?

one year ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

This is how I usually add visualization

#Report data preview
ds.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
ds.upload()
ds.finalize()
2 years ago
0 Hi, I Have A Question About

Do you have an example to play with?

3 years ago
0 Hi Everyone

Hi @<1797438038670839808:profile|PanickyDolphin50> , can you please elaborate? What is this accelerate functionality?

7 months ago
0 Hi! In Ui I See User For Each Task. Where Is This Variable Stored In The System. How To Specify A Different User When Running A Task?

Hi @<1523701240951738368:profile|RoundMosquito25> , when a different user runs something with their own generated credentials from the UI will show as different user. Does that clear things up?

2 years ago
2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , Please try the following setting in your ~/clearml.conf
sdk.metrics.tensorboard_single_series_per_graph: true and see if it helps 🙂

3 years ago
Show more results compactanswers