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

Reputation

0
0 I Am Trying To Run The

You can create a queue through the UI. You can go into Workers & Queues tab -> Queues -> "New Queue"
You can also create new queues using the API as well
https://clear.ml/docs/latest/docs/references/api/queues#post-queuescreate

one year ago
0 I Am Trying To Run The

Hi GrievingDeer61 , you need to create the queue yourself or change the queue that is being used to something you created 🙂

one year ago
0 After Trying To Execute A Task From The Queue The Agent Fails Installing The Environment:

Hi TartBear70 ,

Did you run the experiment locally first? What versions of clearml/clearml-agent are you using?

one year ago
0 Hi, I Am Running My Script From Pycharm And Create A Task Inside It Using

Hi DistressedKoala73 ,

What version of ClearML are you using? Are you using a remote interpreter? You can also connect it manually with https://clear.ml/docs/latest/docs/references/sdk/task#set_script

one year ago
0 Hi All, I'M Running Dl Experiments On Top Of Mmdetection. The Experiments Are Deployed Remotely On A Dedicated Ec2 Instance Through

ResponsiveHedgehong88 , do you have an option to log into the machine and see the state or if there were any errors? Is there any chance it's running out of memory? The agent also keeps a local log, can you take a look there to see if there is any discrepancy?

one year ago
0 How Do I Stop A Zombie Agent?

Aw you deleted your response fast

Yeah I misread the part where it's not in ps aux ^^

one year ago
0 How Do I Stop A Zombie Agent?

If the process is dead it will be removed from the UI after some time

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

Hi AverageRabbit65 , can you elaborate on what you're trying to do?
ClearML-Agent will automatically create a venv and install everything

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?

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

the question how does ClearML know to create env and what files does it copy to the task

Either automatically detecting the packages in requirements.txt OR using the packages listed in the task itself

one year ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

Hi @<1547028031053238272:profile|MassiveGoldfish6> , are you self hosted or on the community server? What project is this, a pipelines/dataset project or just some regular project?

one month ago
0 Top Of The Morning Dear Community

Hi WhoppingMole85 , you can actually do that with the logger.

Something along the lines of:
Dataset.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])

Does this help?

one year ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

SoggyBeetle95 , in the ClearML UI you should see a small notification at the top when there is a new version available

one year ago
0 Hi, I'M Trying To Use Pipelines In The Free Version And Encountered This: Is It Because I'M Using The Free Version Or Code Based?

Hi IrritableJellyfish76 , it looks like you need to create the services queue in the system. You can do it directly through the UI by going to Workers & Queues -> Queues -> New Queue

one year ago
one year ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

Hi GrittyHawk31 , can you elaborate on what you mean by metadata? Regarding models you can achieve this by defining the following in Task.init(output_uri="<S3_BUCKET>")

one year ago
0 Hi, I Have A Question Regarding Storing Datasets And Models In A S3 Bucket. Is There Any Specific Way To Upload Metadata And Models To S3 Bucket From Clearml?

like some details about attributes, dataset size, formats.

Can you elaborate on how exactly you'd be saving this data?

here when we define output_uri in task_init in which format the model would be saved?

It depends on the framework I guess 🙂

one year ago
0 Hey Everyone! I’M Currently Trying To Set Up Hyperparameter Optimization With Clearml On A Base Experiment Using Hydra. I Got Everything Working From The Examples. However, The Child Experiments Started By The Optimization Don’T Seem To Actually Get The N

In the task hyper parameters section you have a section called Hydra. In that section there should be a configuration called _allow_omegaconf_edit_ , what is it set to?

one year ago
Show more results compactanswers