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 one year ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
4 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
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...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K 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...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K 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...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
How do I restart trains-agents? How do I stop them?
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K 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
5 Answers
2K Views
0 Votes 5 Answers 2K 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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
5 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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 ...
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K 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
30 Answers
2K Views
0 Votes 30 Answers 2K 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
4 Answers
2K Views
0 Votes 4 Answers 2K Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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
30 Answers
2K Views
0 Votes 30 Answers 2K 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/...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K 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
2K Views
0 Votes 30 Answers 2K 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
8 Answers
2K Views
0 Votes 8 Answers 2K 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
23 Answers
2K Views
0 Votes 23 Answers 2K 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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there an auto scaling solution for GCP users?
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
5 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
14 Answers
2K Views
0 Votes 14 Answers 2K 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...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
5 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
Show more results questions
0 Is There A Way To Programatically Access The Tasks A

I need code access, not UI access

3 years ago
0 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 Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

Martin: In your trains.conf, change the value
files_server: ' s3://ip :port/bucket'

Isn't this a client configuration ( trains-init )? Shouldn't be any change to the server configuration ( /opt/trains/config... )?

4 years ago
0 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 Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

Continuing on this discussion... What is the relationship between configuring files_server and all the rest we just talked about and the the default_output_uri ?

4 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_...
3 years ago
0 Using

2021-10-11 10:07:19 ClearML results page: `
2021-10-11 10:07:20
Traceback (most recent call last):
File "tasks/hpo_n_best_evaluation.py", line 256, in <module>
main(args, task)
File "tasks/hpo_n_best_evaluation.py", line 164, in main
trained_models = get_models_from_task(task=hpo_task)
File "tasks/hpo_n_best_evaluation.py", line 72, in get_models_from_task
with open(pickle_path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/elior/.clearml/c...

3 years ago
0 I'M Running

this means that you supply the machine to execute the actions specified

3 years ago
0 Using

yep, just sec

3 years ago
0 Using

moreover, in each pipeline I have 10 different settings of task A -> Task b (and then task C), each run 1-2 fails randomly

3 years ago
0 Using

task here is a ClearML task object

3 years ago
0 Using

I will

3 years ago
0 Using

this is another execution:

3 years ago
0 Using

CostlyOstrich36

3 years ago
0 Using

Did not solve this

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

3 years ago
0 I'M Running

to see if it contains the .git folder

3 years ago
0 Assuming I Have A

The scenario I'm going for is never to run on the dev machine, so all I'll need to do once the server + agents are up is to add task.execute_remotely... after the Task.init line and after the execution of the script is called on the dev machine, it won't actually run but rather enqueue itself for the agent to run it?

5 years ago
0 Question About Artifacts, Dynamic Vs Static And Their Relationship To Experiments Under

So dynamic or static are basically the same thing, just in dynamic, I can edit the artifact while running the expriment?

Second, why would it be overwritten if I run a different run of the same experiment? As I saw, each object is stored under a directory with the task ID which is unique per run, so I assume I won't be overriding artifacts which are saved under the same name in different runs (regardless of static or dynamic)

5 years ago
0 How Come

I've read that

3 years ago
Show more results compactanswers