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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
5 Answers
859 Views
0 Votes 5 Answers 859 Views
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
3 years ago
0 Votes
8 Answers
821 Views
0 Votes 8 Answers 821 Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
2 years ago
0 Votes
9 Answers
766 Views
0 Votes 9 Answers 766 Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
4 years ago
0 Votes
4 Answers
764 Views
0 Votes 4 Answers 764 Views
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
2 years ago
0 Votes
6 Answers
854 Views
0 Votes 6 Answers 854 Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
6 Answers
838 Views
0 Votes 6 Answers 838 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
5 Answers
835 Views
0 Votes 5 Answers 835 Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
3 years ago
0 Votes
9 Answers
852 Views
0 Votes 9 Answers 852 Views
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
2 years ago
0 Votes
30 Answers
859 Views
0 Votes 30 Answers 859 Views
How come PipelineController has changed in a very backwards-incompatible fashion but we are still on the same major version? O_O Also the documentation is no...
2 years ago
0 Votes
30 Answers
768 Views
0 Votes 30 Answers 768 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
3 years ago
0 Votes
11 Answers
796 Views
0 Votes 11 Answers 796 Views
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
2 years ago
0 Votes
20 Answers
779 Views
0 Votes 20 Answers 779 Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
3 years ago
0 Votes
24 Answers
774 Views
0 Votes 24 Answers 774 Views
3 years ago
0 Votes
0 Answers
824 Views
0 Votes 0 Answers 824 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
16 Answers
811 Views
0 Votes 16 Answers 811 Views
What is being stored exactly in tmp by the clearml agent? I have a process that cleans the /tmp each day, and I now get messages like clearml_agent: ERROR: C...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
0 Votes
0 Answers
896 Views
0 Votes 0 Answers 896 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
23 Answers
795 Views
0 Votes 23 Answers 795 Views
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
3 years ago
0 Votes
11 Answers
828 Views
0 Votes 11 Answers 828 Views
2 years ago
0 Votes
0 Answers
805 Views
0 Votes 0 Answers 805 Views
(no menu on top or side)
2 years ago
0 Votes
16 Answers
788 Views
0 Votes 16 Answers 788 Views
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
2 years ago
0 Votes
30 Answers
859 Views
0 Votes 30 Answers 859 Views
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
2 years ago
0 Votes
2 Answers
842 Views
0 Votes 2 Answers 842 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
1 Answers
770 Views
0 Votes 1 Answers 770 Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
2 years ago
0 Votes
6 Answers
781 Views
0 Votes 6 Answers 781 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
2 years ago
0 Votes
5 Answers
928 Views
0 Votes 5 Answers 928 Views
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
0 Votes
9 Answers
952 Views
0 Votes 9 Answers 952 Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
8 Answers
783 Views
0 Votes 8 Answers 783 Views
I have a data scientist constantly having the same problem. If she did not push his latest changes to git, she gets the following error Using cached reposito...
3 years ago
0 Votes
2 Answers
780 Views
0 Votes 2 Answers 780 Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
2 years ago
0 Votes
3 Answers
789 Views
0 Votes 3 Answers 789 Views
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
3 years ago
Show more results questions
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

Well this will have to wait a bit... my clearml-server is causing problems

2 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

is it possible to access the children tasks of the pipeline from the pipeline object?

2 years ago
2 years ago
0 How Come

the ability to exexute without an agent i was just talking about thia functionality the other day in the community channel

2 years ago
0 How Come

Sorry but its not clear

2 years ago
0 How Come

we are running the agent on the same machine AgitatedDove14 , it worked before upgrading the clearml... we never set these credentials

2 years ago
0 How Come

But what does it do?

2 years ago
0 How Come

AgitatedDove14

2 years ago
3 years ago
0 Question About The Auto Scaling Service Under

no need to do it again, I ahve all the settings in place, I'm sure it's not a settings thing

So just to correct myself and sum up, the credentials for AWS are only in the cloud_credentials_*

3 years ago
0 Question About The Auto Scaling Service Under

I doubled checked the credentials in the configurations, and they have full EC2 access

3 years ago
3 years ago
0 I Have A Set Up An Agent, On A Gpu Machine, And Spun Up The Daemon In Docker Moder, And Specifically Specified A Gpu That It Will Work With. The Image Is Okay And I Verified That By Running

Thanks very much

Now something else is failing, but I'm pretty sure its on my side now... So have a good day and see you in the next question 😄

4 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

AgitatedDove14

So nope, this doesn't solve my case, I'll explain the full use case from the beginning.

I have a pipeline controller task, which launches 30 tasks. Semantically there are 10 applications, and I run 3 tasks for each (those 3 are sequential, so in the UI it looks like 10 lines of 3 tasks).

In one of those 3 tasks that run for every app, I save a dataframe under the name "my_dataframe".
What I want to achieve is once all tasks are over, to collect all those "my_dataframe" arti...

2 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

Okay, looks interesting but actually there is no final task, this is the pipeline layout

2 years ago
0 How Should I Edit The

Example code? I didn't see anywhere an example of filtering using project name

2 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

What about permissions to the machines that are being spun up? For exampel if I want the instances to have specific permissions to read/write to S3 for example, how do I mange those?

3 years ago
Show more results compactanswers