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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Is there an auto scaling solution for GCP users?
4 years ago
0 Votes
23 Answers
989 Views
0 Votes 23 Answers 989 Views
What's going on with the documentation site?
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
3 years ago
0 Votes
9 Answers
959 Views
0 Votes 9 Answers 959 Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
3 years ago
0 Votes
8 Answers
997 Views
0 Votes 8 Answers 997 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?
3 years ago
0 Votes
24 Answers
938 Views
0 Votes 24 Answers 938 Views
3 years ago
0 Votes
8 Answers
968 Views
0 Votes 8 Answers 968 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...
4 years ago
0 Votes
23 Answers
982 Views
0 Votes 23 Answers 982 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...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
0 Votes
9 Answers
938 Views
0 Votes 9 Answers 938 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
930 Views
0 Votes 4 Answers 930 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...
3 years ago
0 Votes
30 Answers
961 Views
0 Votes 30 Answers 961 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...
3 years ago
0 Votes
0 Answers
953 Views
0 Votes 0 Answers 953 Views
to a private repo obviously
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
3 years ago
0 Votes
4 Answers
978 Views
0 Votes 4 Answers 978 Views
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
4 years ago
0 Votes
1 Answers
916 Views
0 Votes 1 Answers 916 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
17 Answers
973 Views
0 Votes 17 Answers 973 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...
3 years ago
0 Votes
5 Answers
899 Views
0 Votes 5 Answers 899 Views
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I have to say I'm totally confused by the pipeline I want to execute the pipeline on my local computer. I followed https://github.com/allegroai/clearml/blob/...
3 years ago
0 Votes
24 Answers
941 Views
0 Votes 24 Answers 941 Views
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
11 Answers
965 Views
0 Votes 11 Answers 965 Views
Is it possible to view the actual code of a task? As in the script that created the task?
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Trying to enqueue a task through the UI, getting this error - what could it be? (Running on AWS, on the official trains AMI) Error 100 : General data error: ...
4 years ago
0 Votes
4 Answers
948 Views
0 Votes 4 Answers 948 Views
4 years ago
0 Votes
8 Answers
998 Views
0 Votes 8 Answers 998 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
3 years ago
Show more results questions
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

This is the pip freeze of the environment I don't know why it differs from what the agent has... the agent only has a subset of these google libs

3 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

I'm really confused, I'm not sure what is wrong and what is the relationship between the templates the agent and all of those thing

For the meantime, I'm giving up on the pipeline thing and I'll write a bash script to orchestrate the execution, because I need to deliver and I'm not feeling this is going anywhere

On an end note I'd love for this to work as expected, I'm not sure what you need from me. A fully reproducible example will be hard because obviously this is proprietary code. What ...

3 years ago
3 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

the output above is what the agent has as it seems... obviously on my machine I have it installed

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

can you tell me which API call exactly are you using for spinning up? I would like to debug and try to use boto3 myself in order to spin up an instance, so I can understand where the problem is coming from

4 years ago
0 Question About The Auto Scaling Service Under

I have them only in one place

4 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

4 years ago
0 Question About The Auto Scaling Service Under

I ran the wizard liek a milion times

4 years ago
0 Question About The Auto Scaling Service Under

So what's our next move FriendlySquid61 ? O_O

4 years ago
0 Question About The Auto Scaling Service Under

Now I remind you that using the same credentials exactly, the auto scaler task could launch instances before

4 years ago
4 years ago
0 Question About The Auto Scaling Service Under

and I'm using the same credentials

4 years ago
0 Question About The Auto Scaling Service Under

and when looking at the running task, I still see the credentials

4 years ago
0 Question About The Auto Scaling Service Under

FriendlySquid61

Just updating, I still haven't touched this.... I did not consider the time it would take me to set up the auto scaling, so I must attend other issues now, I hope to get back to this soon and make it work

3 years ago
0 Hey! I Was Wondering Is It Possible To Change The Ports Of The Trains Server? We Hope To Run A Trains Server Locally On Our Own Server, But We Already Use Some Of The Default Ports. When I Changed Some Of The Outgoing Ports In The Docker-Compose, The Trai

Yep, the trains server is basically a docker-compose based service.
All you have to do is change the ports in the docker-compose.yml file.

If you followed the instructions in the docs you should find that file in /opt/trains/docker-compose.yml and then you will see that there are multiple services ( apiserver , elasticsearch , redis etc.) and in each there might be a section called ports which then states the mapping of the ports.
The number on the left, is ...

4 years ago
0 I'M Running

so when I'm on the machine through SSH

3 years ago
0 Question About The Auto Scaling Service Under

and also in the extra_vm_bash_script variables, I ahve them under export TRAINS_API_ACCESS_KEY and export TRAINS_API_SECRET_KEY

4 years ago
Show more results compactanswers