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

Reputation

0
0 Any Idea What I'Ve Missed Here? Thanks

BattyDove56 , that was my suspicion as well, that's why I wanted to see the logs 🙂

2 years ago
2 years ago
0 Hi. When Using Sklearn'S

Hi DistressedGoat23 , can you please elaborate a bit on what you're like to do?

2 years ago
0 Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

clearml-agent is for orchestration - remote execution. clearml is the python package you need to install and add the magic lines of code:
https://github.com/allegroai/clearml

2 years ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

What is your use case though? I think the point of local/remote is that you can debug in local

2 years ago
0 Hi All Here

Hi @<1523701523954012160:profile|ShallowCormorant89> , I think you can simply spin down all the containers and copy everything in /opt/clearml/

one year ago
0 In Pipelines. Is It Possible To Inject A Requierment.Txt Such That The Executing Node Will Install Before Running Tasks?

I'm sorry. I think I wrote something wrong. I'll elaborate:
The SDK detects all the packages that are used during the run - The Agent will install a venv with those packages.
I think there is also an option to specify a requirements file directly in the agent.

Is there a reason you want to install packages from a requirements file instead of just using the automatic detection + agent?

2 years ago
2 years ago
0 Is It Possible To Change The

but I want to change what is shown by the GUI so that would need to be a setting on the server itself?

Can you please elaborate?

2 years ago
one year ago
0 Had A Few Questions About The Auto Scaler:

Hi PerplexedElk26 , It seems you are correct. This capability will be added in the next version of the server.

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

Check the docker containers logs to see if there are any errors in them when you try to view the worker stats

4 months ago
0 Hi, I'Ve Added External Links To The A

I think this is because you're working on a "local" dataset. Only after finalizing the dataset closes up. Can you describe your scenario and what was your expected behavior?

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

Hi @<1734020162731905024:profile|RattyBluewhale45> , are they running anything? Can you see machine statistics on the experiments themselves?

4 months ago
0 Hi, I’M Trying To Bypass Task’S “Installed Packages” And Require An Installation Of My Repo’S

StickyCoyote36 , I think that is the solution. Is there a reason you want to ignore the "installed packages"? After all those are the packages that the task was ran with.

3 years ago
0 Hi Community! I Use The Tensorflow Object Detection Api And Trying To Get "Pretrained Checkpoint" Input Model To Store On The Server. If I Set Output_Uri=True In Task.Init, I Get The Output Models Stored On The Server As Expected But The Input Model Still

Hi 🙂

Regarding the input issue - Try defining in your ~/clearml.conf the following: sdk.development.default_output_uri to wherever you want it uploaded. I'm guessing that when you're running the original input model is created through the script and downloaded?

Regarding tagging - I think you need to connect tags individually to output models if you wanna connect it only to outputs

2 years ago
0 Hi, Clearml Server Is Deployed On K8S In My Organization, I Have Been Asked To Check Feasibility To Use It With The Storage Server Of The Company For Example To Mount Fileserver (Nfs Storage) Should With Mounted With Clearml Storage So That All The Data

Also 1 more question, can we have more than one storage options , a secondary storage maybe. if yes which changes need to be performed.

You can. But that would entail creating a new dataset with output_uri pointing to the new location

one year ago
0 I’M Interested In Learning More About Internals Of Clearml Server - For Example, How Elasticsearch, Mongodb, And Redis Are Used Internally. Are There Any Materials Available?

DilapidatedDucks58 , regarding internal workings - MongoDB - all experiment objects are saved there. Elastic - Console logs, debug samples, scalars all is saved there. Redis - some stuff regarding agents I think

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

If you go into the settings, at the bottom right you will see the version of the server

4 months 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/...)

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

Also, if you open Developer Tools, do you see any errors in the console?

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

What version is the server? Do you see any errors in the API server or webserver containers?

4 months ago
0 Hi. When Using Sklearn'S

DistressedGoat23 , how are you running this hyper parameter tuning? Ideally you need to have

` From clearml import Task

task = Task.init() `
In your running code, from that point onwards you should have tracking

2 years ago
0 Hi, I Tried Download Model From Clearml.Storage (From S3 Bucket), But I Got This Error. Err: [Errno 36] File Name Too Long: Is There Any Way To Fix This? Thanks

VictoriousPenguin97 , I managed to reproduce the issue with 1.1.3 as well. It should be fixed in the next version 🙂

Meanwhile as a workaround please try using shorter file name. The file name you provided is almost 200 characters long.

Keeping it under 150 characters will still work (I made sure to test it).

3 years ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , can it be a heavy calculation that takes time? ClearML has a fallback to time instead of iterations if a certain timeout has passed. You can configure it with task.set_resource_monitor_iteration_timeout(seconds_from_start=<TIME_IN_SECONDS>)

3 years ago
Show more results compactanswers