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, 3713 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hello ! When Running

Using export?

2 years ago
0 Does Clearml Automatically Capture

Does ClearML automatically capture

all

stdout/stderr

, like TensorFlow C++

stdout

? Is there an extra process for that? Where is this done and what are the assumptions?

ClearML should capture any output from python code. C++ is not supported

2 years ago
0 Has Anyone Found A Workaround For The Bug?

What version of ClearML?

2 years ago
0 Hello ! When Running

How is the docker being raised and which volumes are being shared?

2 years ago
2 years ago
3 years ago
0 Hi Everyone, I'M New To Clearml And I Want To Run A Task On A Remote Host Inside A Docker Container. The Python Interpreter I Need To Use Is Located At

Hi @<1564060263047499776:profile|ThoughtfulCentipede62> , you can specify the Python interpreter in clearml.conf on the remote machine (Search for 'binary' or 'python')
Also, yes ClearML can pull it from an artifactory as long as the machine has access 🙂

one year ago
2 years ago
0 Hi! I'M Currently Hosting My Own Clearml Server, Which Has Been Great So Far. I Need To Restrict Access To Clearml From Certain Ip Addresses In Our Lab. Ideally, I'D Like Everyone On The Local Network To Be Able To Connect To The Web Interface, But I Want

Hi @<1690896098534625280:profile|NarrowWoodpecker99> , can you please elaborate on what you mean by limit code access? You define access to the code via the git credentials on the agent config

7 months ago
0 Hi, What Is The Best Way To Add New Data To The Uploaded Dataset. Currently, Uploaded Dataset Stored In Clearml Have This Structure.

Try creating a new version and syncing the local folder (or try to specifically add files) 🙂

2 years ago
0 Hi All. I'Ve Been Mistakenly Using

Hi WittyOwl57 ,

Can you give a screenshot of how it's saved in the UI currently? Also can you look at the developer tools and see what tasks.get_configuration_names & tasks.get_configurations return when looking at the experiment's configurations in the UI

2 years ago
0 Hi, I Think I Found A Problem With A Clean Clearml Install. I Create A New Python Env:

Hi @<1534344465790013440:profile|UnsightlyAnt34> , try installing clearml==1.10.4rc1

one year ago
0 Hello, Is There A Config Option Where I Can Force All Steps In A Pipeline To Run In The Same Docker Container?

Hi @<1540867420321746944:profile|DespicableSeaturtle77> , I think you need to define it per step

one year ago
0 Hi Everyone! I’M Really Glad Clearml Exists And Think You Guys Are Doing Fantastic Work!

Hi @<1638712141588467712:profile|ExuberantTurtle48> , I think you can use Task.create() to write similar code - None

However I would suggest you also investigate the pipelines

one year ago
0 Hi All, I'M Training A Model Using Aws Sagemaker And Monitoring With A Clearml Server On-Prem. Works Well Enough When The Training Is Split (Horovod - With A Task On Each Rank). But When I Try And Spawn Eval Jobs To Run On Different Aws Machines, It Seems

IrateDolphin19 , can you give a bit of an explanation on how and what you're doing, and what on the clearml side seems to fail - how do you create the tasks and manage them...

2 years ago
10 months ago
0 Hi, Were Running Clearml Webserver (Version On The Ui Says: 1.1.1-135 • 1.1.1 • 2.14) On A Dedicated Ubuntu 20.04 Machine With 15G Ram And 8 Cores. Lately We Experience Slowdowns And Sometimes Even Stretches Of 0.5-1 Hour In Which The Webui Does Not Resp

Hi NervousFrog58 , versions 1.1.1 seem to be quite old. I would suggest upgrading your server. Please note that since then there have been a couple of DB migrations, so make sure to follow all steps 🙂

2 years ago
2 years ago
0 Hi To All! There Are Limitations On Using The New Github Pat Fine-Grained Features On Clearml?

Hi HarebrainedBaldeagle11 , not that I know of. Did you encounter any issues?

one year ago
0 Is It Possible To Share Experiments From Self-Hosted Clearml Server?

Hi 🙂

Are you asking if you can share experiments between a self hosted server and http://app.clear.ml ?

2 years ago
one year ago
0 Hi! Would Love Assistance On The Following: I'M Getting

I think in this case you can fetch the task object, force it into running mode and then edit whatever you want. Afterwards just mark it completed again.

None
Note the force parameter

one year ago
0 Hi, Stupid Questions.

Hi @<1578193384537853952:profile|MoodyOx45> , those are actually pretty good questions 🙂

  • I think so, yes, but your code & pipeline inputs would need to allow this. Your pipeline would need to be written with decorators and there would need to be some logic dependent on the parameters you give the pipeline when running
  • I'm afraid that currently not. I would suggest opening a github feature request for this 🙂
one year ago
0 Hi Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Then you'd need to change the image in the docker compose or to spin up the webserver individually and make the necessary changes in the docker compose. Either way, you need a backend to work with the web ui

10 months ago
0 Hi

Hi SmugTurtle78 , I'm not sure it's possible. Maybe SuccessfulKoala55 knows some workaround. Do you want to get rid of them in all scenarios or in just some specific use cases?

one year ago
0 Also, Just Curious - Does Clearml Restrict The Number Of Artefacts Recorded To Just One?

What do you mean? You can report as many artifacts as you want

one year ago
0 Hello Channel, I Am Struggling A Lot On An Issue Linked To

@<1556812486840160256:profile|SuccessfulRaven86> , did you install poetry inside the EC2 instance or inside the docker? Basically, where do you put the poetry installation bash script - in the 'init script' section of the autoscaler or on the task's 'setup shell script' in execution tab (This is basically the script that runs inside the docker)

It sounds like you're installing poetry on the ec2 instance itself but the experiment runs inside a docker container

one year ago
Show more results compactanswers