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
0 Answers
804 Views
0 Votes 0 Answers 804 Views
to a private repo obviously
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
one year ago
0 Votes
0 Answers
847 Views
0 Votes 0 Answers 847 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
3 Answers
895 Views
0 Votes 3 Answers 895 Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
5 Answers
808 Views
0 Votes 5 Answers 808 Views
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
2 years ago
0 Votes
8 Answers
893 Views
0 Votes 8 Answers 893 Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
2 years ago
0 Votes
9 Answers
787 Views
0 Votes 9 Answers 787 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
807 Views
0 Votes 4 Answers 807 Views
4 years ago
0 Votes
5 Answers
775 Views
0 Votes 5 Answers 775 Views
4 years ago
0 Votes
9 Answers
982 Views
0 Votes 9 Answers 982 Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
4 Answers
896 Views
0 Votes 4 Answers 896 Views
4 years ago
0 Votes
5 Answers
952 Views
0 Votes 5 Answers 952 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
6 Answers
876 Views
0 Votes 6 Answers 876 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
4 Answers
975 Views
0 Votes 4 Answers 975 Views
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
4 years ago
0 Votes
5 Answers
813 Views
0 Votes 5 Answers 813 Views
Is the https://azuremarketplace.microsoft.com/en-us/marketplace/apps/apps-4-rent.clearml-on-centos8 maintained? I can't see anywhere a log of releases or som...
one year ago
0 Votes
9 Answers
883 Views
0 Votes 9 Answers 883 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
2 Answers
802 Views
0 Votes 2 Answers 802 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
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
16 Answers
832 Views
0 Votes 16 Answers 832 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
13 Answers
871 Views
0 Votes 13 Answers 871 Views
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
2 years ago
0 Votes
30 Answers
879 Views
0 Votes 30 Answers 879 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
16 Answers
813 Views
0 Votes 16 Answers 813 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
17 Answers
828 Views
0 Votes 17 Answers 828 Views
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
2 years ago
0 Votes
4 Answers
791 Views
0 Votes 4 Answers 791 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
11 Answers
980 Views
0 Votes 11 Answers 980 Views
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
2 years ago
0 Votes
8 Answers
852 Views
0 Votes 8 Answers 852 Views
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
2 years ago
0 Votes
0 Answers
829 Views
0 Votes 0 Answers 829 Views
(no menu on top or side)
2 years ago
0 Votes
8 Answers
843 Views
0 Votes 8 Answers 843 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
11 Answers
820 Views
0 Votes 11 Answers 820 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
30 Answers
806 Views
0 Votes 30 Answers 806 Views
Using PipelineController I have task B that depends on task A, e.g. A -> B. Task B reads artifacts that were saved by task A. I did define the dependency bet...
2 years ago
Show more results questions
0 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 Aws Managed Policies (Or Both) Will Suffice?

I have a single IAM, my question is what kind of permissions I should associate with the IAM so that the autoscaler task will work

3 years ago
0 We Are Having The Same Issue As

e.g. docker-compose restart

2 years ago
0 We Are Having The Same Issue As

I restarted the server and it works now

2 years ago
0 We Are Having The Same Issue As

For me a simple restart worked

2 years ago
0 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 Aws Managed Policies (Or Both) Will Suffice?

Does that mean that teh AWS autoscaler in trains, manages EC2 auto scaling directly without using the AWS built in EC2 auto scaler?

3 years ago
0 Using

Version 1.1.1

Snippet of which part exactly?

Yeah, logs saying "file not found", here is an example

2 years ago
0 Using

💪

2 years ago
0 Using

I am noticing that the files are saved locally, is there any chance that the files are over-written during the run or get deleted at some point and then replaced?
Yes they are local - I don't think there is a possibility they are getting overwritten... But that depends on how clearml names them. I showed you the code that saves the artifacts, but this code runs multiple times from a given template with different values - essentially it creates like 10 times the same task with different param...

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

now I get this error in my Auto Scaler task
Warning! exception occurred: An error occurred (AuthFailure) when calling the RunInstances operation: AWS was not able to validate the provided access credentials Retry in 15 seconds

3 years ago
0 Question About The Auto Scaling Service Under

I ran the wizard liek a milion times

3 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

I was trying out the pipeline controller for the first time and I felt a bit of a burden that just for the sake of trying I had to launch an agent

2 years ago
0 Question About The Auto Scaling Service Under

and I'm using the same credentials

3 years ago
0 When Using

yeah but I see it gets enquequed to the default which I don't know what it is connected to

If I execute this task using python .....py will it execute the machine I executed it on?

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 Moreover, When I Go To The Queue Page, I See The Queue Is Empty, But When I'M On The Queued Task'S Page I Can See It Is Enqueued To Right Right Queue... So The Task Says It Is In The Queue, But The Queue Says It Is Empty

ClearML results page: `
Launching step: 2019-09-03_2021-01-25_choose_best
Parameters:
{***}
Configurations:
None
Overrides:
None
Launching step: 2019-10-23_2021-01-15_choose_best
Parameters:
{
********}
Configurations:
None
Overrides:
None
Launching step: 2019-05-26_2020-12-26_choose_best
Parameters:
{
******}
Configurations:
None
Overrides:
None
Launching step: 2019-07-15_2021-01-05_choose_best
Parameters:
{************}
Configurations:
None
Overrides:
None
Launching step...

2 years ago
Show more results compactanswers