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
FiercePenguin76
Moderator
18 Questions, 150 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

147 × Eureka!
0 Votes
15 Answers
583 Views
0 Votes 15 Answers 583 Views
one year ago
0 Votes
5 Answers
678 Views
0 Votes 5 Answers 678 Views
3 years ago
0 Votes
30 Answers
657 Views
0 Votes 30 Answers 657 Views
2 years ago
0 Votes
7 Answers
625 Views
0 Votes 7 Answers 625 Views
What’s the point of tracking artifacts dynamically? https://allegro.ai/clearml/docs/docs/examples/reporting/artifacts.html#dynamically-tracked-artifacts In t...
3 years ago
0 Votes
30 Answers
665 Views
0 Votes 30 Answers 665 Views
2 years ago
0 Votes
13 Answers
627 Views
0 Votes 13 Answers 627 Views
Hey, ClearML team! When can we expect an updated roadmap? Last one is from august https://docs.google.com/document/d/1QlPiDO2EzDq_HRvuVhYwPh5F_IsjgmmRTlPNdHi...
2 years ago
0 Votes
15 Answers
615 Views
0 Votes 15 Answers 615 Views
I have a reporting task I want to schedule using TaskScheduler. 2 main input params are datetime_from and datetime_to (which is datetime.now() by default). I...
2 years ago
0 Votes
15 Answers
661 Views
0 Votes 15 Answers 661 Views
I have a notebook which is uncommited. It is being run on a remote machine with clearml-agent through clearml-session. Everything with newest versions, serve...
3 years ago
0 Votes
12 Answers
562 Views
0 Votes 12 Answers 562 Views
bug: There a bunch of phantom tasks in a queue: they are archived and in status draft. Trying to remove them results in a “Remove Queue failed” popup. If I d...
2 years ago
0 Votes
30 Answers
574 Views
0 Votes 30 Answers 574 Views
I want to run my clearml task on an agent in k8s together with a memory profiler (maybe https://github.com/plasma-umass/scalene or https://github.com/pythons...
2 years ago
0 Votes
3 Answers
645 Views
0 Votes 3 Answers 645 Views
How can I upload a model manually if I’m training using catboost framework, which is not natively supported by http://clear.ml ? I checked the docs, e.g. htt...
3 years ago
0 Votes
20 Answers
667 Views
0 Votes 20 Answers 667 Views
Hi! I have a GPU workstation at the office (no public ip) with latest clearml-agent installed. When I was in the same network - I was able to use clearml-ses...
3 years ago
0 Votes
4 Answers
591 Views
0 Votes 4 Answers 591 Views
Found this placeholder project on pypi: https://pypi.org/project/clearml-serving/ Should we expect some good news from Allegro team soon? 😃
3 years ago
0 Votes
1 Answers
76 Views
0 Votes 1 Answers 76 Views
None “You can view the reported text in the ClearML Web-App (UI) , RESULTS tab, LOG sub-tab.” But I don’t see a LOG sub-tab. Using the community server
3 years ago
0 Votes
19 Answers
561 Views
0 Votes 19 Answers 561 Views
Do I understand correctly, that running Dataset.list_datasets(only_completed=False)should return all datasets from all projects?
2 years ago
0 Votes
2 Answers
745 Views
0 Votes 2 Answers 745 Views
how can I make sure that S3 artifacts will be deleted, when I delete an experiment from UI? Credentials for S3 with write-permission are set up in UI, but I ...
one year ago
0 Votes
16 Answers
614 Views
0 Votes 16 Answers 614 Views
I just posted a GH issue which totally prevents me from using a scheduler. https://github.com/allegroai/clearml/issues/648 Maybe I missed something, but it l...
2 years ago
0 Votes
15 Answers
724 Views
0 Votes 15 Answers 724 Views
I’m using catboost for training, but sadly it does not have a native integration with clearml (xgboost and lightgbm do have integrations). But catboost write...
3 years ago
2 years ago
0 Do I Understand Correctly, That Running

I do see the “Data Processing” type task in UI together with all other dataset-related features, like lineage plot

2 years ago
0 I Want To Run My Clearml Task On An Agent In K8S Together With A Memory Profiler (Maybe

but this will be invoked before fil-profiler starts generating them

2 years ago
0 Bug: There A Bunch Of Phantom Tasks In A Queue: They Are Archived And In Status Draft. Trying To Remove Them Results In A “Remove Queue Failed” Popup. If I Delete The Task - Then The Queue Entry Becomes Blank, But You Still Cannot Delete It

for the tasks that are not deleted, log is different:
[2021-09-09 12:19:07,718] [8] [WARNING] [clearml.service_repo] Returned 400 for tasks.dequeue in 4ms, msg=Invalid task id: status=stopped, expected=queued

2 years ago
0 Bug: There A Bunch Of Phantom Tasks In A Queue: They Are Archived And In Status Draft. Trying To Remove Them Results In A “Remove Queue Failed” Popup. If I Delete The Task - Then The Queue Entry Becomes Blank, But You Still Cannot Delete It

log:
[2021-09-09 11:22:09,339] [8] [WARNING] [clearml.service_repo] Returned 400 for tasks.dequeue in 2ms, msg=Invalid task id: id=28d2cf5233fe41399c255950aa8b 8c9d,company=d1bd92a3b039400cbafc60a7a5b1e52b

2 years ago
0 Bug: There A Bunch Of Phantom Tasks In A Queue: They Are Archived And In Status Draft. Trying To Remove Them Results In A “Remove Queue Failed” Popup. If I Delete The Task - Then The Queue Entry Becomes Blank, But You Still Cannot Delete It

I think they appeared when I had a lot of HPO tasks enqueued and not started yet, and then I decided to either Abort or Archive them - I don’t remember already

2 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

For me - workaround is totally acceptable, thus scheduler is once again usable for me.

2 years ago
0 What’S The Point Of Tracking Artifacts Dynamically?

Thanks for the answer! Registering some metadata as a model doesn’t feel correct to me. But anyway this is certainly not a show-stopper. Just wanted to clarify.

3 years ago
0 What’S The Point Of Tracking Artifacts Dynamically?

mostly the transformation of the pandas Dataframe - how the columns are added/removed/change types, NAs removed, rows removed etc

3 years ago
0 I Have A Reporting Task I Want To Schedule Using Taskscheduler. 2 Main Input Params Are

slightly related follow-up question: can I add user properties to a scheduler configuration?

2 years ago
0 I Have A Reporting Task I Want To Schedule Using Taskscheduler. 2 Main Input Params Are

I want to have 2 instances of scheduler - 1 starts reporting jobs for staging, another one for prod

2 years ago
0 I Have A Reporting Task I Want To Schedule Using Taskscheduler. 2 Main Input Params Are

not sure I fully get it. Where will the connection between task and scheduler appear?

2 years ago
0 I Just Posted A Gh Issue Which Totally Prevents Me From Using A Scheduler.

Did a small update: added a workaround and renamed the issue to include more client_facing condition
limit_execution_time is presentinstead of an implementation detail condition
timeout_jobs are present

2 years ago
0 I Have An Inference Task In Clearml Where I Apply A Model (Defined In Input Params) To A Dataset. Clearml Registers The Model As An Input Model, Which Is Nice. But When I Clone The Task And Modify Input Param To Apply Another Model To The Same Dataset, Th

I tried this, but didn’t help:
input_models = current_task.models["input"] if len(input_models) == 1: input_model_as_input = {"name": input_models[0].name, "type": ModelTypeEnum.input} response = current_task.send(DeleteModelsRequest( task=current_task.task_id, models=[input_model_as_input] ))

one year ago
0 I Have An Inference Task In Clearml Where I Apply A Model (Defined In Input Params) To A Dataset. Clearml Registers The Model As An Input Model, Which Is Nice. But When I Clone The Task And Modify Input Param To Apply Another Model To The Same Dataset, Th

I am not registering a model explicitly in apply_model . I guess it is done automatically when I do this:
output_models = train_task_with_model.models["output"] model_descriptor = output_models[0] model_filename = model_descriptor.get_local_copy()

one year ago
0 What’S The Point Of Tracking Artifacts Dynamically?

not sure - ideally I would like to see these tables (e.g. with series_name, series_dtype, number_of_non_na_values as columns) back to back in the GUI to track the transformations. I think it isn’t possible with Dataset . Anyway, this whole scenario is not a must have, but a nice to have.

3 years ago
2 years ago
Show more results compactanswers