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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
2 Answers
727 Views
0 Votes 2 Answers 727 Views
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
2 years ago
0 Votes
16 Answers
652 Views
0 Votes 16 Answers 652 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
3 Answers
644 Views
0 Votes 3 Answers 644 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
0 Votes
23 Answers
776 Views
0 Votes 23 Answers 776 Views
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
3 years ago
0 Votes
9 Answers
634 Views
0 Votes 9 Answers 634 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
30 Answers
689 Views
0 Votes 30 Answers 689 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/...
2 years ago
0 Votes
20 Answers
640 Views
0 Votes 20 Answers 640 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
23 Answers
664 Views
0 Votes 23 Answers 664 Views
What's going on with the documentation site?
3 years ago
0 Votes
6 Answers
731 Views
0 Votes 6 Answers 731 Views
4 years ago
0 Votes
16 Answers
668 Views
0 Votes 16 Answers 668 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
681 Views
0 Votes 5 Answers 681 Views
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
3 years ago
0 Votes
0 Answers
666 Views
0 Votes 0 Answers 666 Views
(no menu on top or side)
2 years ago
0 Votes
5 Answers
619 Views
0 Votes 5 Answers 619 Views
4 years ago
0 Votes
0 Answers
754 Views
0 Votes 0 Answers 754 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
0 Answers
676 Views
0 Votes 0 Answers 676 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
9 Answers
709 Views
0 Votes 9 Answers 709 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
12 Answers
674 Views
0 Votes 12 Answers 674 Views
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
2 years ago
0 Votes
11 Answers
647 Views
0 Votes 11 Answers 647 Views
Is it possible to view the actual code of a task? As in the script that created the task?
3 years ago
0 Votes
24 Answers
645 Views
0 Votes 24 Answers 645 Views
2 years ago
0 Votes
22 Answers
719 Views
0 Votes 22 Answers 719 Views
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
3 years ago
0 Votes
0 Answers
638 Views
0 Votes 0 Answers 638 Views
to a private repo obviously
2 years ago
0 Votes
2 Answers
699 Views
0 Votes 2 Answers 699 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
4 Answers
638 Views
0 Votes 4 Answers 638 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
8 Answers
729 Views
0 Votes 8 Answers 729 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
8 Answers
684 Views
0 Votes 8 Answers 684 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
30 Answers
644 Views
0 Votes 30 Answers 644 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
0 Votes
11 Answers
660 Views
0 Votes 11 Answers 660 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
14 Answers
708 Views
0 Votes 14 Answers 708 Views
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
3 years ago
0 Votes
4 Answers
637 Views
0 Votes 4 Answers 637 Views
4 years ago
0 Votes
9 Answers
666 Views
0 Votes 9 Answers 666 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...
2 years ago
Show more results questions
0 How Do I Get Access To

Cool - what kind of objects are returned by .artifacts. getitem ? I want to check their docs

3 years ago
0 Using

a third one?

2 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 I Have A Production Inference Pipeline Which I Want To Continuously Test On My Github To Make Sure It Doesn'T Break As We Move Forward. The Ideal Scenario For Me Is To Use

Gotcha, didn't think of an external server as Service Containers are part of Github's offering, I'll consider that

2 years ago
0 Trying To Enqueue A Task Through The Ui, Getting This Error - What Could It Be? (Running On Aws, On The Official Trains Ami)

I get this
` [ec2-user@ip-10-0-0-95 ~]$ docker-compose down
WARNING: The TRAINS_HOST_IP variable is not set. Defaulting to a blank string.
WARNING: The TRAINS_AGENT_GIT_USER variable is not set. Defaulting to a blank string.
WARNING: The TRAINS_AGENT_GIT_PASS variable is not set. Defaulting to a blank string.
ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. `

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

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

This is a part of a bigger process which times quite some time and resources, I hope I can try this soon if this will help get to the bottom of this

2 years ago
0 Is There An Auto Scaling Solution For Gcp Users?

I'd be lying if I said I had time for that 🙂

3 years ago
3 years ago
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

Another Q on that - does pyhocon allows me to edit the file while keeping the comments in place?

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

Yep, the warnings no longer appear

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

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