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 one month ago

Reputation

0

Badges 1

371 × Eureka!
0 Votes
5 Answers
595 Views
0 Votes 5 Answers 595 Views
2 years ago
0 Votes
2 Answers
588 Views
0 Votes 2 Answers 588 Views
When saving the model, there's a label tab but it's empty.
2 years ago
0 Votes
29 Answers
533 Views
0 Votes 29 Answers 533 Views
2 years ago
0 Votes
7 Answers
672 Views
0 Votes 7 Answers 672 Views
2 years ago
0 Votes
13 Answers
648 Views
0 Votes 13 Answers 648 Views
Another simple query guys. I've installed clearml on ubuntu. However, it says command not found when i run any command with clearml . I feel like it might be...
2 years ago
0 Votes
13 Answers
601 Views
0 Votes 13 Answers 601 Views
2 years ago
0 Votes
1 Answers
695 Views
0 Votes 1 Answers 695 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
10 Answers
648 Views
0 Votes 10 Answers 648 Views
2 years ago
0 Votes
3 Answers
705 Views
0 Votes 3 Answers 705 Views
2 years ago
0 Votes
3 Answers
568 Views
0 Votes 3 Answers 568 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
2 Answers
655 Views
0 Votes 2 Answers 655 Views
2 years ago
0 Votes
19 Answers
710 Views
0 Votes 19 Answers 710 Views
Is this the write way to add a tag to an output model artifact of a task? torch.save(model, ' http://best.pt ') output_model = task.models['output'][-1] outp...
2 years ago
0 Votes
5 Answers
557 Views
0 Votes 5 Answers 557 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
19 Answers
636 Views
0 Votes 19 Answers 636 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
12 Answers
557 Views
0 Votes 12 Answers 557 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
27 Answers
597 Views
0 Votes 27 Answers 597 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
0 Answers
585 Views
0 Votes 0 Answers 585 Views
Just following instructions from the clearml-serving repo.
2 years ago
0 Votes
1 Answers
634 Views
0 Votes 1 Answers 634 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
1 Answers
528 Views
0 Votes 1 Answers 528 Views
2 years ago
0 Votes
7 Answers
542 Views
0 Votes 7 Answers 542 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
25 Answers
555 Views
0 Votes 25 Answers 555 Views
Um, is there a way to delete an artifact from a task that is running?
2 years ago
0 Votes
5 Answers
552 Views
0 Votes 5 Answers 552 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
5 Answers
630 Views
0 Votes 5 Answers 630 Views
Would appreciate some help. Getting this Error. ValueError: Node train_model, parameter '${split_dataset.split_dataset_id}', input type 'split_dataset_id' is...
2 years ago
0 Votes
7 Answers
642 Views
0 Votes 7 Answers 642 Views
2 years ago
0 Votes
11 Answers
644 Views
0 Votes 11 Answers 644 Views
2 years ago
0 Votes
13 Answers
571 Views
0 Votes 13 Answers 571 Views
2 years ago
0 Votes
2 Answers
566 Views
0 Votes 2 Answers 566 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
17 Answers
696 Views
0 Votes 17 Answers 696 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
2 Answers
670 Views
0 Votes 2 Answers 670 Views
How can I register a json file I'm creating as an artifact
2 years ago
0 Votes
9 Answers
551 Views
0 Votes 9 Answers 551 Views
I have a clearml server deployed. I can see in the docs that one way of doing things is through api calls. The docs mention the end point url but does not me...
2 years ago
Show more results questions
0 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 Abort Them Before Debugging Them.

As of yet, I can only select ones that are visible and to select more, i'll have to click on view more, which gets extremely slow.

2 years ago
0 I Keep Getting This Error When Trying To Upload A Dataset. Anyone Has Any Idea What Might Be Causing It?

Yeah, I kept seeing the message but I was sure there were files in the location.

I just realized, I hadn't worked with the Datasets api for a while and I forgot that I'm supposed to call add_files(location) and then upload, not upload(location). My bad.

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

Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb2191dcaf0>: Failed to establish a new connection: [Errno 111] Connection refused')': /auth.login
Retrying (Retry(total=238, connect=238, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb2191e10a0>: Failed to establish a new connection: ...

2 years ago
0 Hey Guys, Sorry For The Rapid Fire Questions In The Past Few Days. I Have Another Issue Though. I Initially Ran A Task, Directly From A Repo. It Succesfully Installed The Requirements From The Requirements File In The Repo And Ran The Task Without Any Iss

Another issue I'm having is I ran a task using clearml-task and did it using a repo. It runs fine, when I clone said task however and run it on the same queue again, it throws an error from the code. I can't seem to figure out why its happening.

2 years ago
0 Hey Guys, Sorry For The Rapid Fire Questions In The Past Few Days. I Have Another Issue Though. I Initially Ran A Task, Directly From A Repo. It Succesfully Installed The Requirements From The Requirements File In The Repo And Ran The Task Without Any Iss

when i pass the repo in clearml-task with the parameters, it runs fine and finishes. Basically when I clone and attempt the task again, I get the above assert error I don't know why.

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 Hey Guys, Sorry For The Rapid Fire Questions In The Past Few Days. I Have Another Issue Though. I Initially Ran A Task, Directly From A Repo. It Succesfully Installed The Requirements From The Requirements File In The Repo And Ran The Task Without Any Iss

The situation is such that I needed a continuous training pipeline to train a detector, the detector being Ultralytics Yolo V5.

To me, it made sense that I would have a training task. The whole training code seemed complex to me so I just modified it just a bit to fit my needs of it getting dataset and model from clearml. Nothing more.

I think created a task using clearml-task and pointed it towards the repo I had created. The task runs fine.

I am unsure at the details of the training code...

2 years ago
0 Hey Guys, Sorry For The Rapid Fire Questions In The Past Few Days. I Have Another Issue Though. I Initially Ran A Task, Directly From A Repo. It Succesfully Installed The Requirements From The Requirements File In The Repo And Ran The Task Without Any Iss

up to date with https://fawad_nizamani@bitbucket.org/fawad_nizamani/custom_yolov5
Traceback (most recent call last):
File "train.py", line 682, in <module>
main(opt)
File "train.py", line 525, in main
assert os.path.isfile(ckpt), 'ERROR: --resume checkpoint does not exist'
AssertionError: ERROR: --resume checkpoint does not exist

2 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

I think I get what you're saying yeah. I don't know how I would give each server a different cookie name. I can see this problem being resolved by clearing cookies or manually entering /login at the end of the url

2 years ago
2 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

Shouldn't I get redirected to the login page if i'm not logged in instead of the dashboard? 😞

2 years ago
Show more results compactanswers