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
VexedCat68
Moderator
60 Questions, 381 Answers
  Active since 10 January 2023
  Last activity 21 days ago

Reputation

0

Badges 1

371 × Eureka!
0 Votes
11 Answers
626 Views
0 Votes 11 Answers 626 Views
2 years ago
0 Votes
7 Answers
524 Views
0 Votes 7 Answers 524 Views
Hi guys, needed a bit of clarification. Every 15 minutes, the scheduler prints, "Syncing scheduler, sleeping for 15 minutes until next sync". Can you guide m...
2 years ago
0 Votes
12 Answers
643 Views
0 Votes 12 Answers 643 Views
I'm on the machine with ClearML Server hosted. Is there any way to see datasets uploaded to ClearML Data without downloading them using ClearML Data?
2 years ago
0 Votes
12 Answers
741 Views
0 Votes 12 Answers 741 Views
I'm training a tensorflow model and saving it in the end. I looked at the OutputModel class. How do I connect the model I'm saving to the OutputModel?
2 years ago
0 Votes
5 Answers
539 Views
0 Votes 5 Answers 539 Views
I keep getting this error when trying to upload a dataset. Anyone has any idea what might be causing it?
2 years ago
0 Votes
3 Answers
545 Views
0 Votes 3 Answers 545 Views
In your docs for Dataset at https://clear.ml/docs/latest/docs/references/sdk/dataset#class-dataset , I think you might have duplicate explanations for list_m...
2 years ago
0 Votes
14 Answers
639 Views
0 Votes 14 Answers 639 Views
2 years ago
0 Votes
5 Answers
533 Views
0 Votes 5 Answers 533 Views
Is it possible to add just a string or some other object as an artifact? if yes, then how?
2 years ago
0 Votes
10 Answers
575 Views
0 Votes 10 Answers 575 Views
Given I want to run a task in a pipeline using a base task id. One of my steps just finds the latest model to use. I want the task to output the id, and the ...
2 years ago
0 Votes
2 Answers
782 Views
0 Votes 2 Answers 782 Views
Given this pipeline step, is there any way to get the return value outside of the pipeline? Like put split_dataset_id in a variable in the main pipeline file.
2 years ago
0 Votes
15 Answers
566 Views
0 Votes 15 Answers 566 Views
How do I get args like epochs to show up in the UI configuration panel under hyperparameters? I want to be able to change number of epochs and learning rate ...
2 years ago
0 Votes
19 Answers
612 Views
0 Votes 19 Answers 612 Views
I keep facing this issue. I'm trying to set up my own clearml server using this tutorial. https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_serv...
2 years ago
0 Votes
15 Answers
735 Views
0 Votes 15 Answers 735 Views
I'm publishing the model artifact after the tensorflow model is saved. But in the UI, the download button is grayed out. And get_local_copy() doesn't seem to...
2 years ago
0 Votes
9 Answers
527 Views
0 Votes 9 Answers 527 Views
Trying to create a data pipeline on my own. Wanted to ask, for each batch of data, do I have to create a new Dataset Object or do I just create one Dataset O...
2 years ago
0 Votes
10 Answers
616 Views
0 Votes 10 Answers 616 Views
2 years ago
0 Votes
8 Answers
661 Views
0 Votes 8 Answers 661 Views
Is there a direct way to get a model using its id like it works with Dataset.get?
2 years ago
0 Votes
1 Answers
610 Views
0 Votes 1 Answers 610 Views
I have a question. I'm struggling with setting up my own ClearML server. I think i've got it up and running but not sure how to send clearml-task to my own s...
2 years ago
0 Votes
12 Answers
541 Views
0 Votes 12 Answers 541 Views
Is there a quicker way to abort all running experiments in a project? I have over a thousand running anonymous data tasks in a specific project and I want to...
2 years ago
0 Votes
29 Answers
511 Views
0 Votes 29 Answers 511 Views
2 years ago
0 Votes
27 Answers
573 Views
0 Votes 27 Answers 573 Views
I wanted to ask, how to run pipeline steps conditionally? E.g if step returns a specific value, exit the pipeline or run another step instead of the sequenti...
2 years ago
0 Votes
25 Answers
635 Views
0 Votes 25 Answers 635 Views
I'll just ask this question again to get some fresh attention to this. Is there any way to run a pipeline step conditionally? E.g, under certain condition, e...
2 years ago
0 Votes
7 Answers
658 Views
0 Votes 7 Answers 658 Views
When i create clearml-dataset from the cli, I get an id. The same doesn't happen when I use the Python API. is there any way to get the ID in python?
2 years ago
0 Votes
9 Answers
654 Views
0 Votes 9 Answers 654 Views
Pipeline_Controller.py doesn't exist in repo, or atleast the link to it in the docs is dead in the simple pipeline example. Any help would be appreciated.
2 years ago
0 Votes
16 Answers
620 Views
0 Votes 16 Answers 620 Views
2 years ago
0 Votes
17 Answers
670 Views
0 Votes 17 Answers 670 Views
Should Dataset Triggers also be activated if there is no trigger condition except dataset_project and a new task starts in that project? Is this expected beh...
2 years ago
0 Votes
7 Answers
624 Views
0 Votes 7 Answers 624 Views
2 years ago
0 Votes
5 Answers
563 Views
0 Votes 5 Answers 563 Views
2 years ago
0 Votes
2 Answers
542 Views
0 Votes 2 Answers 542 Views
Is there a ClearML way to write a scheduler to watch a folder and publish a dataset when there are X number of files in that folder, or do I have to write a ...
2 years ago
0 Votes
7 Answers
653 Views
0 Votes 7 Answers 653 Views
2 years ago
0 Votes
13 Answers
586 Views
0 Votes 13 Answers 586 Views
2 years ago
Show more results questions
0 Trying To Create A Data Pipeline On My Own. Wanted To Ask, For Each Batch Of Data, Do I Have To Create A New Dataset Object Or Do I Just Create One Dataset Object And Add Batches To It. If Its The Latter, Then How.

For anyone reading this. I think I've gotten an understanding. I can add folders to a dataset so I'll be creating single dataset and will just keep adding folders to it. Then keep records of it in a database

2 years ago
0 Trying To Create A Data Pipeline On My Own. Wanted To Ask, For Each Batch Of Data, Do I Have To Create A New Dataset Object Or Do I Just Create One Dataset Object And Add Batches To It. If Its The Latter, Then How.

I'm kind of new to developing end to end applications so I'm also learning how the predefined pipelines work as well. I'll take a look at the clear ml custom pipelines

2 years ago
0 How Do I Get Args Like Epochs To Show Up In The Ui Configuration Panel Under Hyperparameters? I Want To Be Able To Change Number Of Epochs And Learning Rate From Within The Ui.

Quick follow up question. Once I parse args, should they be directly available for i even enque the project for the first time or will i be able to access hyperparameters after running it once?

2 years ago
0 How Do I Get Args Like Epochs To Show Up In The Ui Configuration Panel Under Hyperparameters? I Want To Be Able To Change Number Of Epochs And Learning Rate From Within The Ui.

Also my execution just completed and as of yet, I can only see the hyperparameters as a report. not in a configurable form. I've just started with ClearML and am having these issues.

2 years ago
0 How Do I Get Args Like Epochs To Show Up In The Ui Configuration Panel Under Hyperparameters? I Want To Be Able To Change Number Of Epochs And Learning Rate From Within The Ui.

Basically when I have to re run the experiment with different hyperparameters, I should clone the previous experiment and change the hyperparameters then before putting it in the queue?

2 years ago
0 How Do I Get Args Like Epochs To Show Up In The Ui Configuration Panel Under Hyperparameters? I Want To Be Able To Change Number Of Epochs And Learning Rate From Within The Ui.

I'm using clear-ml agent right now. I just upload the task inside a project. I've used arg parse as well however as of yet, I have not been able find writable hyperparameters in the UI. Is there any tutorial video you can recommend that deals with this or something? I was following https://www.youtube.com/watch?v=Y5tPfUm9Ghg&t=1100s this one on youtube but I can't seem to recreate his steps as he sifts through his code.

2 years ago
0 When I Create Clearml-Dataset From The Cli, I Get An Id. The Same Doesn'T Happen When I Use The Python Api. Is There Any Way To Get The Id In Python?

My use case is basically if I want to now access this dataset from somewhere else, shouldn't I be able to do so using its id?

2 years ago
0 When I Create Clearml-Dataset From The Cli, I Get An Id. The Same Doesn'T Happen When I Use The Python Api. Is There Any Way To Get The Id In Python?

This works, thanks. Do you have any link to where I can also see the parameters of the Dataset class or was it just on git?

2 years ago
0 When I Create Clearml-Dataset From The Cli, I Get An Id. The Same Doesn'T Happen When I Use The Python Api. Is There Any Way To Get The Id In Python?

dataset = Dataset.create(data_name, project_name)
            print('Dataset Created, Adding Files...')
            dataset.add_files(data_dir)
            print('Files added succesfully, Uploading Files...')
            dataset.upload(output_url=upload_dir, show_progress

2 years ago
0 I'Ve Setup My Own Clearml Server. Only Problem Is, I Can'T Seem To Find Where The Credentials Are. I'Ve Attached A Screenshot.

For anyone reading this. apparently there aren't any credentials for my own custom server for now. I just ran it without credentials and it seems to work.

2 years ago
0 I'Ve Setup My Own Clearml Server. Only Problem Is, I Can'T Seem To Find Where The Credentials Are. I'Ve Attached A Screenshot.

{"meta":{"id":"c3edee177ae348e5a92b65604b1c7f58","trx":"c3edee177ae348e5a92b65604b1c7f58","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}

2 years ago
0 I'Ve Setup My Own Clearml Server. Only Problem Is, I Can'T Seem To Find Where The Credentials Are. I'Ve Attached A Screenshot.

I just copied the commands in order from the page and pasted them. All of the linux ones specifically.

2 years ago
2 years ago
2 years ago
Show more results compactanswers