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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
3 years ago
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
16 Answers
1K Views
0 Votes 16 Answers 1K 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...
3 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
23 Answers
1K Views
0 Votes 23 Answers 1K 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
21 Answers
1K Views
0 Votes 21 Answers 1K Views
4 years ago
0 Votes
5 Answers
999 Views
0 Votes 5 Answers 999 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...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K 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?
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
What's going on with the documentation site?
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
4 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K 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...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
0 Votes
20 Answers
1K Views
0 Votes 20 Answers 1K 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...
4 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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
5 Answers
961 Views
0 Votes 5 Answers 961 Views
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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
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
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 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
4 Answers
1K Views
0 Votes 4 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K 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
Show more results questions