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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 9 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Hey everyone, I have another question: Is it possible to change agent config for each task? E.g. agent.package_manager.system_site_packages = true should be ...
2 years ago
0 Votes
31 Answers
22K Views
0 Votes 31 Answers 22K Views
I have a self-hosted clearm-server and and clearml-agent started with clearml-agent daemon --queue default --foreground I try to execute the following simple...
3 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
2 years ago
0 Votes
161 Answers
23K Views
0 Votes 161 Answers 23K Views
Hello! Since today I get AssertionError: Torch not compiled with CUDA enabled for PyTorch 1.8. Tasks that I submitted yesterday to the queue are also not wor...
3 years ago
Show more results questions
0 When An Environment Variable Is Tracked Via

TRAINS_LOG_ENVIRONMENT=MYENVVAR works. Thank you!

3 years ago
0 Hi Everyone, How Can I Add A New Local Storage Location. Clearml Is In /Opt/Clearml And I Have Now Added A Second Hard Driver To My Server. How Can I Make Clearml Use The Additional Storage Space?

Btw: It is weird that the fileservers are directly exposed, so no authentication through the webserver is needed. Is this something that is different in the paid version or why is it like that in the open-source version?

2 years ago
0 Hello! Since Today I Get

Tried to install cudatoolkit==11.1 manually in this environemnt and got:

Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                                                                         

UnsatisfiableError: The following specifications were found to be incompatible with each other:



Package xz conflicts for:
python=3....
3 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is this really working for you guys? I have no clue what's wrong. Seems so unlikely that my code works with artifacts, datasets, but not logging...

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is there a simple way to get the response of the MinIO instance? Then I can verify whether it is the MinIO instance or my client

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Not for the logger, I just tested it.

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Now trying changing the default file server.

2 years ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

@<1576381444509405184:profile|ManiacalLizard2> Yea, that makes sense. However, my problem is that I do not want to set it on the remote clearml-agent, since every use may have a different storage. E.g. one user pushes to Azure, while another one pushes to S3

one year ago
0 I Suddenly Get

SuccessfulKoala55 So what happens is, that always when/after the cleanup_service runs, clearml will throw these kind of errors

3 years ago
0 I Suddenly Get

It could be that either the clearml-server has bad behaviour while clean up is ongoing or even after.

3 years ago
0 I Suddenly Get

Here is a part of the cleanup service log. Unfortunately, I cannot even download the full log currently, because the clearml-server will just throw errors for everything.

3 years ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

Thanks a lot, now I think I understand.

Debug samples can only be controlled via api.file_server (or programatically)

Could you guide me how to approach this programmatically? Can I implement my own storage adapter for debug samples with ClearML interfaces or am I on my own?

one year ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

@<1576381444509405184:profile|ManiacalLizard2> Thank you, but afaik this only works locally and not if you run your task on a clearml-agent!

one year ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

@<1523701205467926528:profile|AgitatedDove14> Thank you very much for your guidance. Setting these manually works for me!

one year ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

So the service is something that I can right and that intercepts the addition of a task to a queue?

3 years ago
2 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

I think I still don't get how clearml is supposed to work/be used. Why wouldn't the following work currently?
Example:
` task = Task.init(...)
if not running_remotely:
task_dict = task.export_task()
requirements = task_dict["script"]["requirements"]["pip"].splitlines()
requirement_torch = [r for r in requirements if r.startswith("torch==")]
requirements.remove(requirement_torch[0])
requirements.append("torch >= 1.8.1")
task_dict["script"]["requirements"]["pip"] = "\n"....

3 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

To update the task.requirements before it actually creates it (the requirements are created in a background thread)

Why can't it be updated after creation?

3 years ago
0 Did Someone Here Already Try The

But you can manually add them with Task.add_requirements, no?

In my opinion an ugly solution. I would have to keep track of which requirements are missing. Then I would rather just add all requirements manually.

3 years ago
0 Is It Possible To Ask An Agent To Use A Specified Existing Python Environment Instead Of Building One From Scratch?

I am pretty sure there is a flag in the clearml.conf where you can specify which python binary to use.

3 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

When is the base_task_factory called? At runtime or definition time?

3 years ago
0 Hello Everyone, Where Does The Clearml-Services Agent Come From? Are Experiments Executed Directly On The Server? Or Did I Start It Somehow And Forgot It? If So How Do You Stop It/Restart It?

Okay, great! I just want to run the cleanup services, however I am running into ssh issues so I wanted to restart it to try to debug.

3 years ago
Show more results compactanswers