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
3 Answers
706 Views
0 Votes 3 Answers 706 Views
2 years ago
0 Votes
3 Answers
598 Views
0 Votes 3 Answers 598 Views
Is there any way to stop all clearml agent workers on a machine or stop workers from the clearml ui?
2 years ago
0 Votes
12 Answers
767 Views
0 Votes 12 Answers 767 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
586 Views
0 Votes 5 Answers 586 Views
2 years ago
0 Votes
27 Answers
599 Views
0 Votes 27 Answers 599 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
7 Answers
543 Views
0 Votes 7 Answers 543 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
635 Views
0 Votes 1 Answers 635 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
3 Answers
572 Views
0 Votes 3 Answers 572 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
8 Answers
624 Views
0 Votes 8 Answers 624 Views
2 years ago
0 Votes
15 Answers
768 Views
0 Votes 15 Answers 768 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
8 Answers
689 Views
0 Votes 8 Answers 689 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
696 Views
0 Votes 1 Answers 696 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
663 Views
0 Votes 5 Answers 663 Views
2 years ago
0 Votes
2 Answers
656 Views
0 Votes 2 Answers 656 Views
2 years ago
0 Votes
5 Answers
596 Views
0 Votes 5 Answers 596 Views
2 years ago
0 Votes
5 Answers
554 Views
0 Votes 5 Answers 554 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
15 Answers
582 Views
0 Votes 15 Answers 582 Views
2 years ago
0 Votes
7 Answers
674 Views
0 Votes 7 Answers 674 Views
2 years ago
0 Votes
25 Answers
557 Views
0 Votes 25 Answers 557 Views
Um, is there a way to delete an artifact from a task that is running?
2 years ago
0 Votes
19 Answers
637 Views
0 Votes 19 Answers 637 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
10 Answers
725 Views
0 Votes 10 Answers 725 Views
2 years ago
0 Votes
9 Answers
556 Views
0 Votes 9 Answers 556 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
2 Answers
569 Views
0 Votes 2 Answers 569 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
10 Answers
649 Views
0 Votes 10 Answers 649 Views
2 years ago
0 Votes
5 Answers
632 Views
0 Votes 5 Answers 632 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
13 Answers
604 Views
0 Votes 13 Answers 604 Views
2 years ago
0 Votes
10 Answers
597 Views
0 Votes 10 Answers 597 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
5 Answers
559 Views
0 Votes 5 Answers 559 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
11 Answers
646 Views
0 Votes 11 Answers 646 Views
2 years ago
0 Votes
11 Answers
655 Views
0 Votes 11 Answers 655 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
0 When Using Dataset.Get_Local_Copy(), Once I Get The Location, Can I Add Another Folder Inside Location Add Some Files In It, Create A New Dataset Object, And Then Do Dataset.Upload(Location)? Should This Work? Or Since Its Get_Local_Copy, I Won'T Be Able

Sorry for the late response. Agreed, that can work, although I would prefer a way to access the data by M number of batches added instead of a certain range, since these cases aren't interchangeable. Also a simple thing that can be done is that you can create an empty Dataset in the start, and then make it the parent of every dataset you add.

2 years ago
0 Is There A Tutorial For Clearml Serving? I Followed The Steps On Its Repo But I Still Don'T Understand It. Also The Serving Engine Keeps Failing After A While. I Also Don'T Know How To Access The Serving Engine Or How To Send Inference Requests To It.

I'm currently installing nvidia docker on my machine, where the agent resides. I was also getting an error regarding gpu not being available in docker since the agent was running on docker mode. I'll share update in a bit. Trying to re run the whole set up

2 years ago
0 Hi Everyone, Is It Possible To Not Create A Copy Of A Dataset When Adding To Clearml? My Data Is Already In A Directory On The Clearml-Server Machine And I Do Not Want To Copy It, Just Add It To Clearml As Dataset.

I understand your problem. I think you normally can specify where you want the data to be stored in a conf file somewhere. people here can better guide you. However in my experience, it kinda uploads the data and stores it in its own format.

2 years ago
0 When Using Dataset.Get_Local_Copy(), Once I Get The Location, Can I Add Another Folder Inside Location Add Some Files In It, Create A New Dataset Object, And Then Do Dataset.Upload(Location)? Should This Work? Or Since Its Get_Local_Copy, I Won'T Be Able

Well I'm still researching how it'll work. I'm expecting it to not be very good and will make the model learning very stochastic in nature.

I plan to instead at the training stage, instead of just getting this model, use Dataset.squash, to get previous M datasets merged together.

This should introduce stability in the dataset.

Also this way, our model is trained on a batch of data multiple times but only for a few times before that batch is discarded. We keep the training data fresh for co...

2 years ago
0 When Using Dataset.Get_Local_Copy(), Once I Get The Location, Can I Add Another Folder Inside Location Add Some Files In It, Create A New Dataset Object, And Then Do Dataset.Upload(Location)? Should This Work? Or Since Its Get_Local_Copy, I Won'T Be Able

I already have the dataset id as a hyperparameter. I get said dataset. I'm only handling one dataset right now but merging multiple ones is a simple task as well.

Also I'm not very experienced and am unsure what proposed querying is and how and if it works in ClearML here.

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