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 3 months ago

Reputation

0

Badges 1

371 × Eureka!
0 Votes
7 Answers
646 Views
0 Votes 7 Answers 646 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
16 Answers
768 Views
0 Votes 16 Answers 768 Views
2 years ago
0 Votes
10 Answers
851 Views
0 Votes 10 Answers 851 Views
2 years ago
0 Votes
2 Answers
692 Views
0 Votes 2 Answers 692 Views
When saving the model, there's a label tab but it's empty.
2 years ago
0 Votes
1 Answers
830 Views
0 Votes 1 Answers 830 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
5 Answers
654 Views
0 Votes 5 Answers 654 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
11 Answers
747 Views
0 Votes 11 Answers 747 Views
2 years ago
0 Votes
27 Answers
720 Views
0 Votes 27 Answers 720 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
29 Answers
624 Views
0 Votes 29 Answers 624 Views
2 years ago
0 Votes
9 Answers
650 Views
0 Votes 9 Answers 650 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
0 Votes
5 Answers
697 Views
0 Votes 5 Answers 697 Views
2 years ago
0 Votes
5 Answers
694 Views
0 Votes 5 Answers 694 Views
2 years ago
0 Votes
7 Answers
764 Views
0 Votes 7 Answers 764 Views
2 years ago
0 Votes
3 Answers
849 Views
0 Votes 3 Answers 849 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
25 Answers
654 Views
0 Votes 25 Answers 654 Views
Um, is there a way to delete an artifact from a task that is running?
2 years ago
0 Votes
15 Answers
892 Views
0 Votes 15 Answers 892 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
15 Answers
696 Views
0 Votes 15 Answers 696 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
25 Answers
801 Views
0 Votes 25 Answers 801 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
11 Answers
770 Views
0 Votes 11 Answers 770 Views
2 years ago
0 Votes
7 Answers
818 Views
0 Votes 7 Answers 818 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
3 Answers
757 Views
0 Votes 3 Answers 757 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
19 Answers
738 Views
0 Votes 19 Answers 738 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
5 Answers
659 Views
0 Votes 5 Answers 659 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
8 Answers
744 Views
0 Votes 8 Answers 744 Views
2 years ago
0 Votes
9 Answers
812 Views
0 Votes 9 Answers 812 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
15 Answers
664 Views
0 Votes 15 Answers 664 Views
2 years ago
0 Votes
12 Answers
781 Views
0 Votes 12 Answers 781 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
645 Views
0 Votes 12 Answers 645 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
4 Answers
747 Views
0 Votes 4 Answers 747 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
13 Answers
724 Views
0 Votes 13 Answers 724 Views
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 So I Decided To Re-Create My Clearml Server, I

I had the same issue before.

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?

We want to get a clearer picture here to compare versioning with ClearML Data vs our own custom versioning

2 years ago
0 I'M Looking At How Triggers Work In Clearml. Is There An Example, Maybe With Clearml Data And A Dataset Being Uploaded Or Some Other Example?

I'd like to add an update to this, when I use schedule function instead of schedule task with the dataset trigger scheduler, it works as intended. It runs the desired function when triggered. Then is asleep again next time since no other trigger was fired.

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 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 Is There A Direct Way To Get A Model Using Its Id Like It Works With Dataset.Get?

When I try to get local copy, I get this error.

File "load_model.py", line 8, in <module>
location = input_model.get_local_copy()
File "/home/fawad-nizamani/anaconda3/envs/ocr-sip-clearml/lib/python3.8/site-packages/clearml/model.py", line 424, in get_local_copy
return self.get_weights_package(return_path=True, raise_on_error=raise_on_error)
File "/home/fawad-nizamani/anaconda3/envs/ocr-sip-clearml/lib/python3.8/site-packages/clearml/model.py", line 318, in get_weights_package
...

2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

Also I need to modify the code to only keep the N best checkpoints as artifacts and remove others.

2 years ago
2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

How do I go about uploading those registered artifacts, would I just pass artifacts[i] and the name for the artifact?

2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

Given a situation where I want delete an uploaded artifact from both the UI and the storage, how would I go about doing that?

2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

shouldn't checkpoints be uploaded immediately, that's the purpose of checkpointing isn't it?

2 years ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

I plan to append the checkpoint to a list, when the len(list) > N, I'll just pop out the one with the highest loss, and delete that file from clearml and storage. That's how I plan to work with it.

2 years ago
0 I'M Looking At How Triggers Work In Clearml. Is There An Example, Maybe With Clearml Data And A Dataset Being Uploaded Or Some Other Example?

Also could you explain the difference between trigger.start() and trigger.start_remotely()

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

You can see there's no task bar on the left. basically I can't get any credentials to the server or check queues or anything.

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

when you connect to the server properly, you're able to see the dashboard like this with menu options on the side.

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

I want to maybe have a variable in the simple-pipeline.py, which has the value returned by split_dataset

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 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.

You could be right, I just had a couple of packages with this issue so I just removed the version requirement for now. Another issue that might be the case, might be that I'm on ubuntu some of the packages might've been for windows thus the different versions not existing

2 years ago
0 I'M Looking At How Triggers Work In Clearml. Is There An Example, Maybe With Clearml Data And A Dataset Being Uploaded Or Some Other Example?

So in my head, every time i publish a dataset, it should get triggered and run that task.

2 years ago
Show more results compactanswers