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 year ago

Reputation

0

Badges 1

147 × Eureka!
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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...
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
1 Answers
843 Views
0 Votes 1 Answers 843 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
4 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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 ...
3 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
Do I understand correctly, that running Dataset.list_datasets(only_completed=False)should return all datasets from all projects?
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K 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...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K 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...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K 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...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
What’s the point of tracking artifacts dynamically? https://allegro.ai/clearml/docs/docs/examples/reporting/artifacts.html#dynamically-tracked-artifacts In t...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K 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...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
4 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Found this placeholder project on pypi: https://pypi.org/project/clearml-serving/ Should we expect some good news from Allegro team soon? 😃
4 years ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

like replace a model in staging seldon with this model from clearml; push this model to prod seldon, but in shadow mode

3 years ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

we are just entering the research phase for a centralized serving solution. Main reasons against clearml-serving triton are: 1) no support for kafka 2)no support for shadow deployments (both of these are supported by Seldon, which is currently the best=looking option for us)

3 years ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

in the far future - automatically. In the nearest future - more like semi-manually

3 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

3 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

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

and this can break a lot of things, when somebody start the scheduler with an older version of clearml, saves the state, then upgrades and new clearml expects the state in another format

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

I already added to the task:
Workaround: Remove limit_execution_time from scheduler.add_task

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

I can try, but difficult to verify correctness without a publicly available test suite

3 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 had a bunch of training tasks each of which outputted a model. I want to apply each one of them to a specific dataset. I have a clearml task ( apply_model ) for that, which takes dataset_id and model-producing task_id as input. First time I initiate apply model by hardcoding ids and starting the run from my machine (it is then goes into cloud, when it reaches execute_remotely )

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 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()

2 years ago
0 Do I Understand Correctly, That Running

I create the dataset like this:
` project_name = "Sandbox"
task_name = "get_raw_data"
task = Task.init(project_name=project_name,
task_name=task_name,
task_type=Task.TaskTypes.data_processing,

             )

dataset = Dataset.create(use_current_task=True)

adding some files here

dataset.upload(verbose=True)

dataset.finalize(verbose=True) `

3 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

3 years ago
0 Do I Understand Correctly, That Running

system tags cannot be seen from UI. right?

3 years ago
0 Do I Understand Correctly, That Running

I see that in the end, both query functions are calling Task._query_tasks

3 years ago
0 Do I Understand Correctly, That Running

I guess so, lemme double-check

3 years ago
0 Do I Understand Correctly, That Running

Basically, my problem is that it returns empty result. In the same code I can get dataset by its ID and I can get the task (which created the dataset) using
Task.get_tasks()(without mentioning th ID explicitly)

3 years ago
0 Do I Understand Correctly, That Running

if the task is of wrong type (not data_processing) - then it’ll get both correct type and correct system tag

3 years ago
0 Do I Understand Correctly, That Running

but I don’t get to this line, because my task is already of type data_processing

3 years ago
4 years ago
Show more results compactanswers