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

Reputation

0

Badges 1

606 × Eureka!
0 When An Environment Variable Is Tracked Via

TRAINS_LOG_ENVIRONMENT=MYENVVAR works. Thank you!

3 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Interesting. Will probably only matter for very small experiments or experiments, where validation is run very infrequently.

3 years ago
0 Hi, Although

Ok. I just wanted to make sure I have configured my agent properly. Just want to make sure I have to set it on all agents.

3 years ago
0 Hi, Although

When you say it is an SDK parameter this means that I only have to specify it on the computer where I start the task from, right? So an clearml-agent would read this parameter from the task itself.

3 years ago
0 Hi, Although

For me this does not work (at least with nested tqdm bars, did not try single ones yet).

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

Here is how my start_carla .py task looks like currently:

` import os
import subprocess
from time import sleep

from clearml import Task
from clearml.config import running_remotely

def create_task(node):
task = Task.create(
project_name="examples",
task_name="start-carla",
repo="myrepo",
branch="carla-clearml-integration",
script="src/start_carla_task.py",
working_directory="src",
packages=["clearml"],
add_task_init_call=...

3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

I have no idea myself, but what the serverfault thread says about man-in-the-middle makes sense. However this also prohibits an automatic solution except for a shared known_hosts file I guess.

3 years ago
0 Hello! Since Today I Get

I tried "~=", "==" and "="

3 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 Hello! Since Today I Get

I will try again tomorrow. It s getting late! Thank you for helping so far!

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

Thank you. I am still having the issue. I verified that output_uri of Task.init works and also clearml-data with MinIO storage works, but the logger still throws errors

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

No. Here is a better example. I have two types of workstations: Type X can execute tasks of type A and B. Type Y can execute tasks of type B. This could be the case if type X workstations have for example more VRAM, newer drivers, etc...
I have two queues. Queue A and Queue B. I submit tasks of type A to queue A and tasks of type B to queue B.

Here is what can happen:
Enqueue the first task of type B. Workstations of type X will run this task. Enqueue the second task of type A. Workstation ...

3 years ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

Nvm, that does not seem to be a problem. I added a part to the logs in the post above. It shows that some packages are found from conda.

2 years ago
0 Another Question: How Can I Make Clearml-Agent Use Pre-Installed Version From The Nvidia/Pytorch (

Maybe the difference is that I am using pipnow and I used to use conda! The NVIDIA PyTorch container uses conda. Could that be a reason?

2 years ago
0 Hello Everyone, Quick Question: How Can I Specify That I Want To Run My Task With

Is there a way to specify this on a per task basis? I am running clearml-agent in docker mode btw.

2 years ago
0 Currently, To Provide Ssh Access To The Docker Images For A Task,

I am getting permission errors when I try to use the clearml-agent with docker containers. The .ssh is mounted, but the owner is my local user, so the docker containers root does not seem to have the correct permissions.

3 years ago
0 Currently, To Provide Ssh Access To The Docker Images For A Task,

What exactly do you mean by docker run permissions?

3 years ago
0 Hello Everyone! Is It Possible To Deactivate Package Analysis For Remote Execution? I Run My Code With Clearml-Agent In Docker Mode With Nvidia:Pytorch Container. When Clearml Is Running Inside The Docker The Installed Packages Of The Webui Get Updated. H

clearml will register conda packages that cannot be installed if clearml-agent is configured to use pip. So although it is nice that a complete package list is tracked, it makes it cumbersome to rerun the experiment.

3 years ago
0 Currently, To Provide Ssh Access To The Docker Images For A Task,

Is there a way for me to configure/add the run arguments for the docker run call?

3 years ago
0 I Suddenly Get

However, deleting tasks gives me errors.

3 years ago
0 Hello Everyone! Is It Possible To Deactivate Package Analysis For Remote Execution? I Run My Code With Clearml-Agent In Docker Mode With Nvidia:Pytorch Container. When Clearml Is Running Inside The Docker The Installed Packages Of The Webui Get Updated. H

For example I get the following error if I simply clone and rerun:
ERROR: Could not find a version that satisfies the requirement ruamel_yaml_conda>=0.11.14 (from conda==4.10.1->-r /tmp/cached-reqs6wtc73be.txt (line 28)) (from versions: none) ERROR: No matching distribution found for ruamel_yaml_conda>=0.11.14 (from conda==4.10.1->-r /tmp/cached-reqs6wtc73be.txt (line 28))

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?

If you think the explanation takes too much time, no worries! I do not want to waste your time on my confusion 😄

3 years ago
Show more results compactanswers