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

Reputation

0
0 Hello

Hi @<1523707996645888000:profile|GrievingTurkey78> , did you configure the agent to install requirements from requirements.txt ? You can get more information using the --debug flag when running clearml-agent

one year ago
0 Hi Everybody. When I Want To Force The Agent To Not Reproduce My Local Pip Environment, I Add

I think if you provide an absolute path it should work 🙂

2 years ago
0 Hi. Is There A Way To Pass Multiple Pre/Post Execution Callbacks For A Step?

I see. I don't think it's supported but I think it would be a great idea for a feature. Maybe Open a Github feature request?

12 months ago
0 Hey Guys! I Have Multiple

you're always running a single task at a time. The whole point is that everything is reported to the task (auto-magic bindings, console logs etc.), so there cannot be any ambiguity. You can close the current task ( task.close() ) and init a new one if you'd like, but you can't init several at the same time.

2 years ago
0 Is There A Gcp Driver Similar To

Hi @<1523701083040387072:profile|UnevenDolphin73> , not in the open source

8 months ago
0 Another Question Regarding A Curiousity. Given A Task Is Sent To An Agent To Run And It Has A Specific Version Of Tensorflow/Pytorch, Which Requires A Specific Version Of Cuda/Cudnn. Does The Agent Just Automatically Get Cuda/Cudnn For That Task Or Does C

That's a good question. In case you're not running in docker mode, the agent machine that runs the experiment needs to have Cuda/Cudnn installed. If you're running in docker mode you need to select a docker that already has those installed 🙂

2 years ago
0 Is Allegroai Package Accessible For Scale Only?

Hi IrritableJellyfish76 , yes. It is available only for Scale & Enterprise versions

2 years ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

But... if the machine is shut down, how do you expect the agent to run?

one year ago
0 Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

No problem 🙂
Imagine that internally for an artifact that is saved in some address my-minio-host:9000/FILE
Internally ClearML keeps the link to the artifact as is. It doesn't matter where the ClearML backend is located/deployed since it will always be pointing to the same address. You could hack it around by doing changes on Mongo directly but I would strongly advise against it if you're not sure what you're doing

2 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

And the experiments ran on agents or locally (i.e pycharm/terminal/vscode/jupyter/...)

3 months ago
0 Hi, Quick Questions:

Hi @<1554638160548335616:profile|AverageSealion33> , if you must have some separation between dev and prod it would be a good idea. Can you elaborate on what you mean regarding clearml features?

one year ago
0 Hi, I Am Surprised By The Behavior Of

Hi @<1523715429694967808:profile|ThickCrow29> , thank you for creating a github issue on this! Makes sense it would be moved to aborted 🙂

9 months ago
0 What What I Can See, There Is No Task Status

Hi RotundHedgehog76 , from API perspective I think you are correct

one year ago
0 Hi, I'M Trying To Save Multiple Artifacts Using

Hi @<1768084624061239296:profile|QuaintWoodpecker78> , you have an error when you try to unzip? Are you downloading directly through the webUI? Where was the artifact stored?

9 days ago
0 Hi All, I Have A Question About Model Querying. I Have Added Some Tags Manually After Uploading A Model As An Experiment To Clearml And Also Some Tags While Uploading The Model. When I Query The Model Only The Latter Are Recognized For The Search Of These

Hi @<1635813046947418112:profile|FriendlyHedgehong10> , can you please elaborate on the exact steps you took? When you view the model in the UI - can you see the tags you added during the upload?

one year ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one month ago
0 Hi There, Our. Self-Hosted Server Is Periodically Very Slow To React In The Web Ui. We'Ve Been Debugging For Quite Some Time, And It Would Seem That Elastisearch Might Be The Culprit. Looking At The Elastisearch Index, We Have An Index Of Around 80G Of Tr

Hi @<1523701601770934272:profile|GiganticMole91> , As long as experiments are deleted then their associated scalars are deleted as well.

I'd check the ES container for logs. Additionally, you can always beef up the machine with more RAM to give elastic more to work with.

one month ago
0 Hi All, I'M New To Clearml, And Trying To Understand The Set_Metadata Method Of The Dataset Class. The Documentation Is Almost Non-Existent Does Anyone Have An Example Script? How Would I Add Data Using E.G. Pandas. I Assume One Column Would Relate To The

Hi @<1574931891478335488:profile|DizzyButterfly4> , I think if you have a pandas object pd then the usage would be something like ds.set_metadata(metadata=pd, metadata_name="my pandas object")

I think you would be referencing the entire thing using the metadata_name parameter

one year ago
0 How Do You Get Clearml Gpu Compute To Show Up Under Applications Or Autoscalers?

Hi @<1719524641879363584:profile|ThankfulClams64> , what do you mean regarding ClearML GPU Compute? Do you mean the Genesis autoscaler?

one month ago
0 I Am Using Clearml Pro And Pretty Regularly I Will Restart An Experiment And Nothing Will Get Logged To Clearml. It Shows The Experiment Running (For Days) And It'S Running Fine On The Pc But No Scalers Or Debug Samples Are Shown. How Do We Troubleshoot T

My bad, if you set auto_connect_streams to false, you basically disable the console logging... Please see the documentation:

auto_connect_streams (Union[bool, Mapping[str, bool]]) – Control the automatic logging of stdout and stderr.
4 months ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

Hi @<1523704674534821888:profile|SourLion48> , can you try running it from the same machine that the server is running on?

4 months ago
0 Hi, I'M Not Sure When Exactly But At Some Point I'Ve Got No Access To My Debug Samples. We'Re Using Self-Hosted Clearml, Which Runs Within A Docker Container. Any Ideas? Thanks!

Hi @<1717350332247314432:profile|WittySeal70> , where are the debug samples stored? Have you recently moved the server?

one month ago
0 Hello Everyone, When I Try To Connect To My Clearml Server Using Clearml-Init, I Encounter This Error.

I was suspecting connectivity issues. Glad to hear it's working

2 years ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

The ubuntu is the client side or you changed OS on the server side?

4 months ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

Try this key pair on another machine, could be just invalid..

4 months ago
Show more results compactanswers