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
20 Answers
815 Views
0 Votes 20 Answers 815 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
2 Answers
810 Views
0 Votes 2 Answers 810 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
14 Answers
925 Views
0 Votes 14 Answers 925 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
23 Answers
834 Views
0 Votes 23 Answers 834 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
5 Answers
873 Views
0 Votes 5 Answers 873 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
30 Answers
856 Views
0 Votes 30 Answers 856 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 ...
2 years ago
0 Votes
16 Answers
841 Views
0 Votes 16 Answers 841 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
24 Answers
807 Views
0 Votes 24 Answers 807 Views
3 years ago
0 Votes
5 Answers
817 Views
0 Votes 5 Answers 817 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
11 Answers
830 Views
0 Votes 11 Answers 830 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
22 Answers
900 Views
0 Votes 22 Answers 900 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
8 Answers
817 Views
0 Votes 8 Answers 817 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
3 Answers
905 Views
0 Votes 3 Answers 905 Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
2 Answers
908 Views
0 Votes 2 Answers 908 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
30 Answers
875 Views
0 Votes 30 Answers 875 Views
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
3 years ago
0 Votes
30 Answers
894 Views
0 Votes 30 Answers 894 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
8 Answers
901 Views
0 Votes 8 Answers 901 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
4 Answers
907 Views
0 Votes 4 Answers 907 Views
4 years ago
0 Votes
5 Answers
785 Views
0 Votes 5 Answers 785 Views
4 years ago
0 Votes
30 Answers
889 Views
0 Votes 30 Answers 889 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
13 Answers
879 Views
0 Votes 13 Answers 879 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
9 Answers
798 Views
0 Votes 9 Answers 798 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
3 Answers
826 Views
0 Votes 3 Answers 826 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
12 Answers
862 Views
0 Votes 12 Answers 862 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...
3 years ago
0 Votes
9 Answers
836 Views
0 Votes 9 Answers 836 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
10 Answers
981 Views
0 Votes 10 Answers 981 Views
3 years ago
0 Votes
30 Answers
869 Views
0 Votes 30 Answers 869 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
5 Answers
848 Views
0 Votes 5 Answers 848 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
2 Answers
873 Views
0 Votes 2 Answers 873 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
21 Answers
858 Views
0 Votes 21 Answers 858 Views
3 years ago
Show more results questions
0 Following The Instructions For Local Trains Deployment On Linux (

Wait, suddenly the UI changed to 0.16.1, seems like I was shown a cached page

3 years ago
0 How Should I Edit The

I might just do that, it will be my second contribution to ClearML 🙂

2 years ago
0 Using

Saving part from task A:

pipeline = trials.trials[index]['result']['pipeline'] output_prefix = 'best_iter_' if i == 0 else 'iter_' task.upload_artifact(name=output_prefix + str(index), artifact_object=pipeline)

2 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

yep, just sec

2 years ago
0 Using

Loading part from task B:
` def get_models_from_task(task: clearml.Task, model_artifact_substring: str = 'iter_') -> dict:
"""
Extract all models saved as artifacts with the specified substring

:param task: Task to fetch from
:param model_artifact_substring: Substring for recognizing models among artifacts
:return: Mapping between iter number and model instance
"""

# Extract models from task (models are named iter-XXX where XXX is the iteration number)
model_...
2 years ago
0 Using

I double checked that the task object is the correct one

2 years ago
0 Using

task here is a ClearML task object

2 years ago
0 Using

For example, this is one execution:

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
0 Using

CostlyOstrich36

2 years ago
0 Using

💪

2 years ago
0 Using

I will

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 I'M Running

I also ran it without $(pwd) on the Create Clearml task templates section, I added it because of CostlyOstrich36 's comments but it didn't help

2 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

actually i was thinking about model that werent trained uaing clearml, like pretrained models etc

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

Maybe the case is that after start / start_locally the reference to the pipeline task disappears somehow? O_O

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