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
OutrageousSheep60
Moderator
27 Questions, 109 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

103 × Eureka!
0 Votes
24 Answers
560 Views
0 Votes 24 Answers 560 Views
Hi, Question regarding clearml-agent How do we delete a daemon? There is an option to stop a daemon service - but what is the method to delete a specific wor...
one year ago
0 Votes
1 Answers
537 Views
0 Votes 1 Answers 537 Views
Hi, Is there a way to instantiate a clearml-task while providing it a Dockerfile that it needs to build prior to executing the task? I know that there is a a...
one year ago
0 Votes
3 Answers
541 Views
0 Votes 3 Answers 541 Views
Hi, I'm running Dataset.list_datasets() (Version: 1.6.4) and I can't see all the Datasets that I see in the GUI. Any suggestions?
one year ago
0 Votes
5 Answers
541 Views
0 Votes 5 Answers 541 Views
Hi, We are trying to understand when the auto-logging parameters configuration. from the https://github.com/allegroai/clearml/blob/master/examples/frameworks...
2 years ago
0 Votes
30 Answers
556 Views
0 Votes 30 Answers 556 Views
Hi We are getting the following error when we are trying to run a task on our on premis clearml-agent ( version 1.3.0) cloning: git@github.com:XXXX/sample.re...
one year ago
0 Votes
5 Answers
526 Views
0 Votes 5 Answers 526 Views
Hi, Is it possible to run ffmpeg within clearml server as a multi processing (as in this example ?) assuming that the ffmpeg will run using a subprocess comm...
one year ago
0 Votes
11 Answers
583 Views
0 Votes 11 Answers 583 Views
Hi, We have recently upgraded to > WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20 I have some issues: I'm trying to delete a project - and although I don'...
one year ago
0 Votes
2 Answers
598 Views
0 Votes 2 Answers 598 Views
Hi Community, We are having an issue connecting our clearml server via code When I connect via a web browser - there is no problem . When trying to connect v...
2 years ago
0 Votes
1 Answers
530 Views
0 Votes 1 Answers 530 Views
Hi, I have a question regarding the Dataset UI (chart helm version 4.1.3 )- WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20. In order to create a Dataset y...
one year ago
0 Votes
9 Answers
642 Views
0 Votes 9 Answers 642 Views
Hi, We have a use case that we would like to upload a local folder into the cloud AS-IS - without compressing or breaking it up into chunks. I tried running ...
one year ago
0 Votes
1 Answers
401 Views
0 Votes 1 Answers 401 Views
Question: How can we run a task in a docker container without having to configure it manually? Assumptions with ClearML Agent: To run an experiment using Cle...
9 months ago
0 Votes
6 Answers
626 Views
0 Votes 6 Answers 626 Views
Hi, Newbe question in ClearML Data Assuming my files are already in a bucket on the cloud - What would be the best practice to create a dataset and register ...
one year ago
0 Votes
4 Answers
543 Views
0 Votes 4 Answers 543 Views
Hi, I've added external links to the a dataset In the UI I can see that the dataset has the property of Link count with the correct number. But where can I s...
one year ago
0 Votes
3 Answers
452 Views
0 Votes 3 Answers 452 Views
Hi i'm trying to finalize a dataset, but although the finalize(auto_upload=True) completes successfully (see image) - But the dataset is still in an uploadin...
8 months ago
0 Votes
4 Answers
553 Views
0 Votes 4 Answers 553 Views
Hi Another issue regarding dataset whenever preview ing the dataset (which is in a parquet tabular format) the browser automatically downloads a copy of the ...
one year ago
0 Votes
6 Answers
569 Views
0 Votes 6 Answers 569 Views
Hi, I'm running clearml==1.8.4rc0 When creating a Dataset with the following code - the dataset that is created includes ALL the files within the bucket and ...
one year ago
0 Votes
9 Answers
609 Views
0 Votes 9 Answers 609 Views
Hi, I'm setting a USER PROPERTIES using the following code task.set_user_properties(MY_THRESHOLD={"type": int, "value": 0.85}, )Whet is the correct way to re...
one year ago
0 Votes
1 Answers
599 Views
0 Votes 1 Answers 599 Views
Hi, How can I get the remote URI of a Dataset (assuming it is GS or S3). Do I need to combine the get_default_storage() with something? Since some datasets a...
one year ago
0 Votes
17 Answers
563 Views
0 Votes 17 Answers 563 Views
Hi, I'm following the instructions for https://clear.ml/docs/latest/docs/guides/ide/remote_jupyter_tutorial . after > Launch interactive session [Y]/n? y I"m...
one year ago
0 Votes
23 Answers
589 Views
0 Votes 23 Answers 589 Views
Hi, We have started to use clearml using the https://clear.ml/docs/latest/docs/deploying_clearml/upgrade_server_kubernetes_helm , and trying to understand ho...
gcp
2 years ago
0 Votes
19 Answers
564 Views
0 Votes 19 Answers 564 Views
Hi, I'm trying to run clearml-agent in docker mode - however I'm having trouble saving the artifacts. 2022-08-25 05:06:21,820 - clearml.storage - ERROR - Fai...
one year ago
0 Votes
8 Answers
540 Views
0 Votes 8 Answers 540 Views
Hi, What would be the best way to save a pandas.DataFrame as an https://allegro.ai/clearml/docs/rst/references/clearml_python_ref/task_module/task_task.html?...
2 years ago
0 Votes
4 Answers
555 Views
0 Votes 4 Answers 555 Views
Hi, working with clearml 1.6.4 what is the correct way to list all the dataset s within a specific project ?
one year ago
0 Votes
4 Answers
596 Views
0 Votes 4 Answers 596 Views
Hi, Is there a way to add the sdk https://clear.ml/docs/latest/docs/configs/clearml_conf#sdkgooglestorage parameters when setting the https://github.com/alle...
2 years ago
0 Votes
4 Answers
610 Views
0 Votes 4 Answers 610 Views
Hi, I'm looking for an example show how clearml dataset is consumed by sklearn pipeline or pytorch datapipe. e.g. since pytorch uses torch datasets, can we w...
one year ago
0 Votes
7 Answers
569 Views
0 Votes 7 Answers 569 Views
Hi, Question regarding the command > clearml-agent list Were do you define the company and user that is running the Worker ? Looking at the https://clear.ml/...
one year ago
0 Votes
6 Answers
535 Views
0 Votes 6 Answers 535 Views
Hi,
Hi, What would be the correct way to check the hash of a file before using https://clear.ml/docs/latest/docs/references/sdk/dataset/#add_files ? is there a b...
one year ago
0 Hi, I'M Following The Instructions For

BTW - is the CLEARML_HOST_IP relevant for the clearml-agent ?
i can see that we can create a worker with this environment variable . e.g.
CLEARML_WORKER_NAME=MY-WORKDER CLEARML_WORKER_ID=MY-WORKER:0 CLEARML_HOST_IP=X.X.X.X clearml-agent daemon --detachedmy mistake doesn't use it to create a dedicated IP

one year ago
0 Hi,

We need to convert it a DataFrame since

Displaying metadata in the UI is only supported for pandas Dataframes for now. Skipping!

one year ago
0 Hi I'M Trying To Finalize A Dataset, But Although The

upgrading to 1.12.1 didn't help
I think the issue is that when I create the dataset - i used

use_current_task=True,

If I change it to

use_current_task=False,

then it finalizes

8 months ago
0 Hi We Are Getting The Following Error When We Are Trying To Run A Task On Our On Premis

Here is the screenshot - we deleted all the workers - accept for the one that we couldn't

one year ago
0 Hi We Are Getting The Following Error When We Are Trying To Run A Task On Our On Premis

Hi SweetBadger76 -
I'm I misunderstanding how this tests worker runs?

one year ago
0 Hi We Are Getting The Following Error When We Are Trying To Run A Task On Our On Premis

Sorry - I'm a Helm newbee
when running
helm search repo clearml --versionsI can't see version 3.6.2 - the highest is 3.5.0
This is the repo that we used to get the helm chart
helm repo add allegroaiWhat I'm I missing?

one year ago
0 Hi, I'M Following The Instructions For

Hi AgitatedDove14
OK - the issue was the firewall rules that we had.

Now both of the jupyter lab and vscode servers are up.

But now there is an issue with the Setting up connection to remote session

After the

Environment setup completed successfully
Starting Task Execution:
ClearML results page:

https://app-clearml.XXXX/projects/XXXXXXXXXX/output/log

There is a WARNING

clearml - WARNING - Could not retrieve remote configuration named 'SSH'...

one year ago
0 Hi, Is It Possible To Run

@<1523701205467926528:profile|AgitatedDove14> -
I'm getting the following error when running the following code within the mp_worker

command = ["ffmpeg","-i",f"{url}","-vcodec","libx264", "output.mp4"]
subprocess.run(command, stderr=subprocess.STDOUT)

TypeError: fork_exec() takes exactly 21 arguments (17 given)

Any suggestions?

one year ago
0 Hi, I'M Following The Instructions For

Hi SuccessfulKoala55
Any suggestion how to progress ?

one year ago
0 Hi, Question Regarding

CLEARML-AGENT version 1.2.2

one year ago
0 Hi, Question Regarding

Also, what version are you on?

of what?

one year ago
0 Hi, Question Regarding

Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal

one year ago
one year ago
0 Hi, Question Regarding The Command

What key is used for this? I can only see git_user

one year ago
0 Hi, We Have Started To Use Clearml Using The 

Hi

you will have to configure the credentials there (in a local 

clearml.conf

 or using environment variables

This is the part that confuses me - is there a way to configure clearml.conf from the values.yaml ? I would like the GKE to load the cluster with the correct credentials without logging into the pods and manually updating the claerml.conf file

2 years ago
0 Hi, We Have Started To Use Clearml Using The 

Feeling that we are nearly there ....
One more question -
Is there a way to configure Clearml to store all  the  artifacts    and the  Plots   etc. in a bucket instead of manually uploading/downloading the artifacts from within the client's code?
Specifying the output_uri in Task.init saves the the checkpoints, what about the rest of the outputs?
https://clear.ml/docs/latest/docs/faq#git-and-storage

2 years ago
0 Hi We Are Getting The Following Error When We Are Trying To Run A Task On Our On Premis

Hi SweetBadger76
Further investigation showed that the worker was created with a dedicated CLEARML_HOST_IP - so running the

clearml-agent daemon --stop

didn't kill it (but it did appear in the clearml-agent list But once we added the CLEARML_HOST_IP `

CLEARML_HOST_IP=X.X.X.X clearml-agent daemon --stop

it finally killed it

one year ago
0 Hi, We Have A Use Case That We Would Like To Upload A Local Folder Into The Cloud

we want to use the dataset output_uri as a common ground to create additional dataset formats such as https://webdataset.github.io/webdataset/

one year ago
0 Hi, Question Regarding The Command

Looking in the repo I was not able to see an example - only reference to https://github.com/allegroai/clearml/blob/b9b0a506f35a414f6a9c2da7748f3ec3445b7d2d/docs/clearml.conf#L13 - I just need to add company.id or user.id in the credential dict?

one year ago
0 Hi Another Issue Regarding Dataset

CostlyOstrich36 do you need any additional information?

one year ago
0 Hi, Question Regarding

Well it seems that we have similar https://github.com/allegroai/clearml-agent/issues/86
currently we are just creating a new worker and on a separate queue

one year ago
0 Hi, Question Regarding

we reinstalled the clearml-agent$clearml-agent --version CLEARML-AGENT version 1.2.3running top | grep clearmlwe can see the agent running
running clearml-agent listwe can see 2 workers
before running clearml-agent daemon --stopWe updated the clearml.conf and updated the worker_id and worker_name with the relevant name/id that we can see from clearml-agent list
and we get
` Could not find a running clearml-agent instance with worker_name=<clearml_worker_na...

one year ago
0 Hi, We Have Started To Use Clearml Using The 

Hi,
Thx for you response,
Yes - we are using the above repo.
We would like to have easy/cheaper access to the artifacts etc. that will be output from the experiments

2 years ago
0 Hi, We Have Started To Use Clearml Using The 

But this is not on the pods, isn't it? We're talking about the python code running from COLAB or locally...?

correct - but where is the clearml.conf file?

2 years ago
0 Hi, I'Ve Added External Links To The A

Ok - I can see that if I ran finalize(auto_upload=True) on the dataset - I get all the information in the UI.
Way is this necessary?

one year ago
Show more results compactanswers