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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
8 Answers
927 Views
0 Votes 8 Answers 927 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
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
5 Answers
879 Views
0 Votes 5 Answers 879 Views
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
3 years ago
0 Votes
24 Answers
873 Views
0 Votes 24 Answers 873 Views
3 years ago
0 Votes
3 Answers
894 Views
0 Votes 3 Answers 894 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...
4 years ago
0 Votes
8 Answers
967 Views
0 Votes 8 Answers 967 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
30 Answers
946 Views
0 Votes 30 Answers 946 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...
4 years ago
0 Votes
0 Answers
893 Views
0 Votes 0 Answers 893 Views
to a private repo obviously
2 years ago
0 Votes
4 Answers
886 Views
0 Votes 4 Answers 886 Views
4 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
902 Views
0 Votes 0 Answers 902 Views
(no menu on top or side)
3 years ago
0 Votes
1 Answers
866 Views
0 Votes 1 Answers 866 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
0 Answers
996 Views
0 Votes 0 Answers 996 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
2 Answers
939 Views
0 Votes 2 Answers 939 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
11 Answers
903 Views
0 Votes 11 Answers 903 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...
3 years ago
0 Votes
11 Answers
932 Views
0 Votes 11 Answers 932 Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
4 years ago
0 Votes
12 Answers
951 Views
0 Votes 12 Answers 951 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
11 Answers
879 Views
0 Votes 11 Answers 879 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
916 Views
0 Votes 23 Answers 916 Views
What's going on with the documentation site?
3 years ago
0 Votes
7 Answers
957 Views
0 Votes 7 Answers 957 Views
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
3 years ago
0 Votes
5 Answers
839 Views
0 Votes 5 Answers 839 Views
4 years ago
0 Votes
5 Answers
961 Views
0 Votes 5 Answers 961 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
4 Answers
915 Views
0 Votes 4 Answers 915 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
4 Answers
1K Views
0 Votes 4 Answers 1K 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
9 Answers
961 Views
0 Votes 9 Answers 961 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
16 Answers
913 Views
0 Votes 16 Answers 913 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
6 Answers
872 Views
0 Votes 6 Answers 872 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
5 Answers
925 Views
0 Votes 5 Answers 925 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
Show more results questions
0 And An Explicit Question: When Using

now I'm curious what is the effect of _allow_extra_fields_

3 years ago
0 I'M Running

I can't specify the absolute path, it is dynamically created

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

3 years ago
Show more results compactanswers