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
12 Answers
639 Views
0 Votes 12 Answers 639 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
10 Answers
602 Views
0 Votes 10 Answers 602 Views
2 years ago
0 Votes
3 Answers
616 Views
0 Votes 3 Answers 616 Views
When I upload and publish data to clearml-data, it says successful. Now when i try to get it using id, I get the following error. Error: __get_tasks() got mu...
2 years ago
0 Votes
16 Answers
616 Views
0 Votes 16 Answers 616 Views
2 years ago
0 Votes
12 Answers
537 Views
0 Votes 12 Answers 537 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
3 Answers
717 Views
0 Votes 3 Answers 717 Views
In the case where I'm passing a schedule_fn to add_task in a TaskScheduler, how do I pass the function arguments?
2 years ago
0 Votes
11 Answers
623 Views
0 Votes 11 Answers 623 Views
2 years ago
0 Votes
17 Answers
665 Views
0 Votes 17 Answers 665 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
10 Answers
615 Views
0 Votes 10 Answers 615 Views
2 years ago
0 Votes
13 Answers
551 Views
0 Votes 13 Answers 551 Views
2 years ago
0 Votes
22 Answers
546 Views
0 Votes 22 Answers 546 Views
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.
2 years ago
0 Votes
4 Answers
620 Views
0 Votes 4 Answers 620 Views
I'm trying to run a task on an agent. I've passed the requirements file but it isn't able to install it. The error is in the reply. Help would be appreciated.
2 years ago
0 Votes
4 Answers
491 Views
0 Votes 4 Answers 491 Views
Is it possible to write text file and see it in results of the experiment? I want to use it to version data as in keeping a track of what images have been tr...
2 years ago
0 Votes
2 Answers
567 Views
0 Votes 2 Answers 567 Views
When saving the model, there's a label tab but it's empty.
2 years ago
0 Votes
9 Answers
526 Views
0 Votes 9 Answers 526 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
5 Answers
638 Views
0 Votes 5 Answers 638 Views
2 years ago
0 Votes
10 Answers
691 Views
0 Votes 10 Answers 691 Views
2 years ago
0 Votes
8 Answers
658 Views
0 Votes 8 Answers 658 Views
Is there a direct way to get a model using its id like it works with Dataset.get?
2 years ago
0 Votes
2 Answers
538 Views
0 Votes 2 Answers 538 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
657 Views
0 Votes 7 Answers 657 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
5 Answers
560 Views
0 Votes 5 Answers 560 Views
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
9 Answers
650 Views
0 Votes 9 Answers 650 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
7 Answers
523 Views
0 Votes 7 Answers 523 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
1 Answers
666 Views
0 Votes 1 Answers 666 Views
In the configuration section of an experiment, I can see the args I passed via argparse. Is there any way to create other sections other than args and tf_define
2 years ago
0 Votes
7 Answers
649 Views
0 Votes 7 Answers 649 Views
2 years ago
0 Votes
3 Answers
682 Views
0 Votes 3 Answers 682 Views
2 years ago
0 Votes
14 Answers
639 Views
0 Votes 14 Answers 639 Views
2 years ago
0 Votes
15 Answers
559 Views
0 Votes 15 Answers 559 Views
2 years ago
Show more results questions
0 Having A Problem Using Clearml-Data. When I Create Dataset And Get It Later Using Id, In Same Code File, It Works Normally. Now If I Later Try To Get That Dataset In File 2 In The Same Directory, I Get An Error Regarding State Or Something And Am Not Able

I have the server running now and for now it seems that I'm able to get the dataset even in the other file. I'll mess around with it now to get a hang of it and see how it actually works

2 years ago
2 years ago
0 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?

Like there are files in a specific folder on Machine A. A script on Machine A, creates a Dataset, adds files located in that folder, and publishes it. Now can you look at that dataset on the server machine? Not from the ClearML interface but inside normal directories, like in /opt/clearml etc. this directory mentioned is just an example.

2 years ago
0 Sorry For The Barrage Of Questions. I Can'T Seem To Figure Out How Best To Get A Python Script I Need To Run On An Agent. I Have An Agent Listening To The Default Queue And I Also Have The Script That I Need To Run On The Agent. Can You Guide Me On How To

So the api is something new for me. I've already seen the sdk. Am I misremembering sending python script and requirements to run on agent directly from the cli? Was there no such way?

2 years ago
0 Sorry For The Barrage Of Questions. I Can'T Seem To Figure Out How Best To Get A Python Script I Need To Run On An Agent. I Have An Agent Listening To The Default Queue And I Also Have The Script That I Need To Run On The Agent. Can You Guide Me On How To

Basically, as soon as I get the trigger that a new dataset has been published, I want to pass the dataset id to the script as an cli argument and pass the code to the agent

2 years ago
0 Another Question, I Have Written A Code That Includes A Task Scheduler That Calls A Function. That Function Watches A Folder And If There Are Sufficient Images, It Creates And Publishes The Dataset, After Which It Clears The Folder. Problem, For Some Rea

Let me tell you what I think is happening and you can correct me where I'm going wrong.

Under certain conditions at certain times, a Dataset is published, that activates a Dataset trigger. So if every day I publish one dataset, I activate a Dataset Trigger that day once it's published.

N publishes = N Triggers = N Anonymous Tasks, right?

2 years ago
2 years ago
0 Another Question, I Have Written A Code That Includes A Task Scheduler That Calls A Function. That Function Watches A Folder And If There Are Sufficient Images, It Creates And Publishes The Dataset, After Which It Clears The Folder. Problem, For Some Rea

Can you spot something here? Because to me it still looks like it should only create a new Dataset object if batch size requirement is fulfilled, after which it creates and publishes the dataset and empties the directory.

Once the data is published, a dataset trigger is activated in the checkbox_.... file. which creates a clearml-task for training the model.

2 years ago
0 Another Question, I Have Written A Code That Includes A Task Scheduler That Calls A Function. That Function Watches A Folder And If There Are Sufficient Images, It Creates And Publishes The Dataset, After Which It Clears The Folder. Problem, For Some Rea

I'm still a bit confused around the fact that since my function runs once per hour, why are there indefinitely growing anonymous tasks, even after i've closed the main schedulers.

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 So I Decided To Re-Create My Clearml Server, I

It's probably a cookie issue I agree.

2 years ago
0 So I Decided To Re-Create My Clearml Server, I

I had the same issue before.

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
Show more results compactanswers